| blib/lib/Alien/Build/Plugin/Build/CMake.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 22 | 22.7 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 0 | 2 | if ($^O eq 'MSWin32') { } |
| 19 | 0 | 0 | if is_dmake() |
| 23 | 0 | 0 | if $out =~ /NMAKE/ |
| 28 | 0 | 0 | if $out =~ /GNU Make/ |
| 43 | 0 | 1 | $^O eq 'MSWin32' ? : |
| 47 | 0 | 1 | if (is_dmake()) |
| 58 | 0 | 0 | if ($out =~ /GNU Make/) |
| 65 | 0 | 0 | unless ($found_gnu_make) |
| 91 | 2 | 0 | unless (defined $is_dmake) |
| 93 | 0 | 2 | if ($^O eq 'MSWin32') { } |
| 96 | 0 | 0 | $out =~ /dmake/ ? : |