blib/lib/Perl/Critic/Utils/McCabe.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 14 | 85.7 |
line | true | false | branch |
---|---|---|---|
72 | 7 | 2702 | if $elem->isa("PPI::Statement::Sub") |
75 | 338 | 2364 | if ($elem->isa('PPI::Token::Word')) { } |
151 | 2213 | elsif ($elem->isa('PPI::Token::Operator')) { } | |
76 | 0 | 338 | if is_hash_key($elem) |
87 | 15 | 19 | $logic_operators_and_keywords ? : |
104 | 644 | 0 | if ($keywords_ref) |
123 | 156 | 488 | if ($operators_ref) |