blib/lib/Perl/Lint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 9 | 55.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
134 | 144 | 4 | 0 | keys %$no_lint > 0 and not $$no_lint{(split(/::/, $violation->{'policy'}, 0))[-1]} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
85 | 0 | 0 | 2500 | not defined $src or $src eq '' |
134 | 3159 | 0 | 148 | not $no_lint or keys %$no_lint > 0 and not $$no_lint{(split(/::/, $violation->{'policy'}, 0))[-1]} |