Condition Coverage

blib/lib/Devel/Examine/Subs/Engine.pm
Criterion Covered Total %
condition 12 17 70.5


and 3 conditions

line !l l&&!r l&&r condition
143 2 9 1 $search and not $p->{'regex'}
320 1 8 1 $search and not $p->{'regex'}
383 59 0 24 $line =~ /$search/ and not $new_lines
390 0 24 0 $line =~ /^(\s+)/ and $1

or 2 conditions

line l !l condition
126 46 0 \@has || []

or 3 conditions

line l !l&&r !l&&!r condition
265 2 0 3 not $exec or ref $exec ne 'CODE'