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