| blib/lib/Alien/Build/Plugin/Build/CMake.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 22 | 22.7 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 0 | 2 | 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 | 1 | $^O eq 'MSWin32' ? : |
| 46 | 0 | 1 | if (is_dmake()) |
| 57 | 0 | 0 | if ($out =~ /GNU Make/) |
| 64 | 0 | 0 | unless ($found_gnu_make) |
| 90 | 2 | 0 | unless (defined $is_dmake) |
| 92 | 0 | 2 | if ($^O eq 'MSWin32') { } |
| 95 | 0 | 0 | $out =~ /dmake/ ? : |