| blib/lib/Perl/Critic/Policy/ControlStructures/ProhibitCascadingIfElse.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 6 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 42 | 9 | 2 | if $elem->type ne "if" |
| 44 | 0 | 2 | if (_count_elsifs($elem) > $self->{'_max_elsif'}) |
| 53 | 2 | 4 | if $_->isa("PPI::Token::Word") |