in reply to Re^2: Cyclomatic Complexity of Perl code
in thread Cyclomatic Complexity of Perl code

Could you elaborate on the signifagance of B::LOGOP please?

-stvn
  • Comment on Re^3: Cyclomatic Complexity of Perl code

Replies are listed 'Best First'.
Re^4: Cyclomatic Complexity of Perl code
by diotalevi (Canon) on Dec 08, 2004 at 20:54 UTC
    It is the base for the "else" part of "if then else". I changed my logic to query about when ->other is available. That's the property associated with "else."