Condition Coverage

blib/lib/Alien/Build/Util.pm
Criterion Covered Total %
condition 7 11 63.6


and 3 conditions

line !l l&&!r l&&r condition
37 180 8 26 $opt->{'filter'} and not "$src" =~ /$opt->{'filter'}/
78 93 0 0 $] < "5.012" and -x "$src"
93 0 0 $] < "5.012" and -x "$src" and $^O ne "MSWin32"

or 2 conditions

line l !l condition
27 11 28 $opt ||= {}