Condition Coverage

blib/lib/Test/Perl/Lint.pm
Criterion Covered Total %
condition 3 9 33.3


and 3 conditions

line !l l&&!r l&&r condition
26 0 1 0 defined $targets and ref $targets ne 'ARRAY'
30 0 1 0 defined $ignore_files and ref $ignore_files ne 'ARRAY'

or 3 conditions

line l !l&&r !l&&!r condition
23 1 0 0 $args->{'targets'} // Carp::croak('Targets must not be empty')