Branch Coverage

blib/lib/Alien/Build/Plugin/Build/Make.pm
Criterion Covered Total %
branch 12 16 75.0


line true false branch
24 0 5 unless defined $type
26 0 5 if $^O eq "MSWin32" and $type eq "umake"
28 1 4 if ($type eq 'nmake') { }
1 3 elsif ($type eq 'dmake') { }
2 1 elsif ($type eq 'gmake') { }
1 0 elsif ($type eq 'umake') { }
44 2 4 if ($out =~ /GNU Make/)
50 0 2 unless ($found)