Condition Coverage

blib/lib/Find/Lib.pm
Criterion Covered Total %
condition 15 24 62.5


and 3 conditions

line !l l&&!r l&&r condition
126 0 2 14 $base and -e $base
154 0 33 1 @$right and $right->[0] eq '.'
155 0 33 7 @$right and $right->[0] eq '..'
159 0 7 7 @$left and not $part
181 2 1 1 $_[1] and ref $_[1]
3 0 1 $_[1] and ref $_[1] and ref $_[1] eq 'ARRAY'
190 0 17 0 @lib and not $lib[0]

or 3 conditions

line l !l&&r !l&&!r condition
134 16 0 0 $ENV{'PWD'} || Cwd::cwd()