blib/lib/Dist/Zilla/Plugin/RunExtraTests.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 22 | 50.0 |
line | true | false | branch |
---|---|---|---|
24 | 1 | 2 | unless $ENV{'AUTHOR_TESTING'} |
25 | 3 | 0 | unless $ENV{'AUTOMATED_TESTING'} |
26 | 3 | 0 | unless $ENV{'RELEASE_TESTING'} |
29 | 2 | 1 | unless @dirs |
32 | 0 | 1 | unless (-d 'blib') |
34 | 0 | 0 | unless @builders |
36 | 0 | 0 | unless -d 'blib' |
39 | 1 | 0 | $self->can('default_jobs') ? : |
0 | 1 | $arg && exists $$arg{'jobs'} ? : | |
44 | 0 | 1 | $self->zilla->logger->get_debug ? : |
51 | 1 | 0 | unless $app->run |