| blib/lib/Alien/Build/Plugin/Build/CMake.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 1 | 22 | 4.5 | 
| line | true | false | branch | 
|---|---|---|---|
| 16 | 0 | 1 | if ($^O eq 'MSWin32') { } | 
| 18 | 0 | 0 | if is_dmake() | 
| 22 | 0 | 0 | if $out =~ /NMAKE/ | 
| 27 | 0 | 0 | if $out =~ /GNU Make/ | 
| 42 | 0 | 0 | $^O eq 'MSWin32' ? : | 
| 47 | 0 | 0 | if (is_dmake()) | 
| 58 | 0 | 0 | if ($out =~ /GNU Make/) | 
| 66 | 0 | 0 | unless ($found_gnu_make) | 
| 101 | 0 | 0 | unless (defined $is_dmake) | 
| 103 | 0 | 0 | if ($^O eq 'MSWin32') { } | 
| 106 | 0 | 0 | $out =~ /dmake/ ? : |