blib/lib/Perl/Lint/Policy/TestingAndDebugging/ProhibitNoWarnings.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 18 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
30 | 36 | 0 | 14 | $token_type == 70 and $token->{'data'} eq 'no' |
34 | 0 | 0 | 14 | $token->{'type'} == 122 and $token->{'data'} eq 'warnings' |
46 | 3 | 6 | 5 | @allows and $allow_with_category_restriction |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
39 | 8 | 5 | 40 | $token_type == 172 or $token_type == 173 |
14 | 0 | 22 | $token_type == 106 or not $$tokens[$i + 1] | |
51 | 5 | 2 | 2 | not @arg_allows or @allows |