blib/lib/Dist/Zilla/Role/BuildPL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
26 | 0 | 0 | if -e "Build" and (stat "Build.PL")[9] <= (stat "Build")[9] |
29 | 0 | 0 | if system $^X, "Build.PL" |
32 | 0 | 0 | if system $^X, "Build" |
44 | 0 | 0 | $arg && exists $arg->{'jobs'} ? : |
47 | 0 | 0 | $ENV{$ho} ? : |
49 | 0 | 0 | $self->zilla->logger->get_debug || $arg->{'test_verbose'} ? : |
52 | 0 | 0 | if system $^X, "Build", "test", @testing |