Condition Coverage

blib/lib/Test/AutoLoader.pm
Criterion Covered Total %
condition 1 17 5.8


and 3 conditions

line !l l&&!r l&&r condition
45 0 0 0 -d $dirname and -r _
0 0 0 defined $dirname and (-d $dirname and -r _)
68 0 0 0 $is_dosish and not $full_path =~ m[^([a-z]:)?[\\/]]is
0 0 0 $is_epoc and not $full_path =~ m[^([a-z?]:)?[\\/]]is

or 2 conditions

line l !l condition
83 0 0 $! || $@ && 'Compile error' || 'false return value'

or 3 conditions

line l !l&&r !l&&!r condition
18 0 0 1 $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32'