blib/lib/Perl/Metrics/Lite/Analysis/Sub/Plugin/MccabeComplexity.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
61 | 0 | 19 | @LOGIC_KEYWORDS ? : |
66 | 0 | 19 | @LOGIC_OPERATORS ? : |
75 | 0 | 19 | if (Perl::Metrics::Lite::Analysis::Util::get_node_length($elem) == 0) |
79 | 19 | 0 | if ($elem) |
101 | 11 | 8 | if ($operators_ref) |
125 | 6 | 106 | if ($grandparent->isa('PPI::Structure::Subscript')) |
129 | 3 | 103 | if ($sib->isa('PPI::Token::Operator') and $sib eq '=>') |