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
127 0 2 14 $base and -e $base
155 0 33 1 @$right and $$right[0] eq '.'
156 0 33 7 @$right and $$right[0] eq '..'
160 0 7 7 @$left and not $part
182 2 1 1 $_[1] and ref $_[1]
3 0 1 $_[1] and ref $_[1] and ref $_[1] eq 'ARRAY'
191 0 17 0 @lib and not $lib[0]

or 3 conditions

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