Condition Coverage

blib/lib/File/Which.pm
Criterion Covered Total %
condition 6 14 42.8


and 3 conditions

line !l l&&!r l&&r condition
82 6 0 0 $exec =~ m[/] and -f $exec
6 0 0 $exec =~ m[/] and -f $exec and -x $exec

or 2 conditions

line l !l condition
108 5 12 -x _ or 0

or 3 conditions

line l !l&&r !l&&!r condition
18 0 0 2 $^O eq 'MSWin32' || $^O eq 'dos' || $^O eq 'os2'
20 0 0 2 $^O eq 'cygwin' || $^O eq 'msys'