Condition Coverage

blib/lib/Perl/Lint.pm
Criterion Covered Total %
condition 5 9 55.5


and 3 conditions

line !l l&&!r l&&r condition
134 144 4 0 keys %$no_lint > 0 and not $$no_lint{(split(/::/, $$violation{'policy'}, 0))[-1]}

or 3 conditions

line l !l&&r !l&&!r condition
85 0 0 2500 not defined $src or $src eq ''
134 3168 0 148 not $no_lint or keys %$no_lint > 0 and not $$no_lint{(split(/::/, $$violation{'policy'}, 0))[-1]}