| blib/lib/Perl/Lint/Policy/ControlStructures/ProhibitCascadingIfElse.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 8 | 87.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 8 | 7 | 7 | $is_chained and $cascading_num > $max_elsif |
| line | l | !l | condition |
|---|---|---|---|
| 16 | 1 | 3 | $args->{'prohibit_cascading_if_else'}{'max_elsif'} || 2 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 25 | 10 | 0 | 149 | $token_type == 96 or $token_type == 99 |