blib/lib/Perl/Lint/Policy/ControlStructures/ProhibitCascadingIfElse.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 12 | 91.6 |
line | true | false | branch |
---|---|---|---|
25 | 10 | 149 | if ($token_type == 96 or $token_type == 99) |
30 | 22 | 127 | if ($token_type == 98) |
33 | 7 | 15 | if ($is_chained and $cascading_num > $max_elsif) |
46 | 22 | 132 | if ($token_type == 109) { } |
22 | 110 | elsif ($token_type == 110) { } | |
50 | 22 | 0 | if --$left_brace_num <= 0 |