blib/lib/Perl/Lint/Policy/Variables/ProhibitConditionalDeclarations.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 18 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
53 | 37 | 1 | 3 | $_is_before_right_paren and $token_type == 109 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
21 | 17 | 12 | 140 | $token_type == 62 or $token_type == 91 |
31 | 4 | 8 | 53 | $token_type == 96 or $token_type == 99 |
12 | 4 | 49 | $token_type == 96 or $token_type == 99 or $token_type == 132 | |
12 | 4 | 45 | $token_type == 96 or $token_type == 99 or $token_type == 132 or $token_type == 133 | |
8 | 4 | 41 | $token_type == 96 or $token_type == 99 or $token_type == 132 or $token_type == 133 or $token_type == 134 |