blib/lib/Perl/Lint/Policy/ValuesAndExpressions/ProhibitNoisyQuotes.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 6 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
33 | 186 | 8 | 1 | $token_type == 94 and $token_data eq 'overload' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
20 | 19 | 20 | 195 | $token_type == 172 or $token_type == 173 |