| blib/lib/Perl/Critic/Utils/McCabe.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 72 | 5 | 2407 | if $elem->isa("PPI::Statement::Sub") |
| 75 | 310 | 2097 | if ($elem->isa('PPI::Token::Word')) { } |
| 132 | 1965 | elsif ($elem->isa('PPI::Token::Operator')) { } | |
| 76 | 0 | 310 | if is_hash_key($elem) |
| 87 | 12 | 18 | $logic_operators_and_keywords ? : |
| 104 | 15 | 0 | if ($keywords_ref) |
| 123 | 3 | 12 | if ($operators_ref) |