blib/lib/Perl/Lint/Policy/Variables/RequireLexicalLoopIterators.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 12 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
22 | 135 | 1 | 8 | $token_type == 134 and $perl_version > $perl_version_threshold |
29 | 4 | 5 | 9 | $token_type != 62 and $token_type != 107 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
22 | 10 | 0 | 144 | $token_type == 133 or $token_type == 134 and $perl_version > $perl_version_threshold |
0 | 1 | 135 | $token_type == 93 or $token_type == 71 |