blib/lib/Perl/Lint/Policy/ControlStructures/ProhibitCStyleForLoops.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 14 | 85.7 |
line | true | false | branch |
---|---|---|---|
20 | 11 | 103 | if ($token_type == 133 or $token_type == 134) |
22 | 8 | 3 | if ($token->{'type'} == 107) |
27 | 0 | 80 | if ($token_type == 107) { } |
8 | 72 | elsif ($token_type == 108) { } | |
14 | 58 | elsif ($token_type == 106) { } | |
31 | 8 | 0 | if --$left_paren_num <= 0 |
38 | 7 | 1 | if ($semi_colon_count == 2) |