blib/lib/Perl/Lint/Policy/Variables/ProhibitLocalVars.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 8 | 87.5 |
line | l | !l | condition |
---|---|---|---|
47 | 2 | 4 | $violation ||= {'filename', $file, 'line', $token->{'line'}, 'description', 'The names of or patterns for variables to forbid', 'explanation', 'Find an alternative variable', 'policy', 'Perl::Lint::Policy::Variables::ProhibitLocalVars'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
23 | 7 | 0 | 2 | $token_type == 194 or $token_type == 166 |
28 | 3 | 8 | 16 | $token_type == 194 or $token_type == 166 |