blib/lib/Perl/Lint/Policy/Variables/ProhibitConditionalDeclarations.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 14 | 92.8 |
line | true | false | branch |
---|---|---|---|
21 | 29 | 140 | if ($token_type == 62 or $token_type == 91) |
25 | 29 | 111 | if ($token->{'type'} == 65) |
31 | 5 | 65 | if ($token_type == 108) { } |
24 | 41 | elsif ($token_type == 96 or $token_type == 99 or $token_type == 132 or $token_type == 133 or $token_type == 134) { } | |
53 | 3 | 38 | if ($_is_before_right_paren and $token_type == 109) |
58 | 2 | 41 | if $token->{'type'} == 106 |
63 | 0 | 111 | if $token->{'type'} == 106 |