blib/lib/Dist/Zilla/Plugin/RunExtraTests.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 22 | 54.5 |
line | true | false | branch |
---|---|---|---|
24 | 2 | 3 | unless $ENV{'AUTHOR_TESTING'} |
25 | 5 | 0 | unless $ENV{'AUTOMATED_TESTING'} |
26 | 5 | 0 | unless $ENV{'RELEASE_TESTING'} |
30 | 2 | 3 | unless @dirs or @files |
33 | 0 | 3 | unless (-d 'blib') |
35 | 0 | 0 | unless @builders |
37 | 0 | 0 | unless -d 'blib' |
42 | 3 | 0 | $self->can('default_jobs') ? : |
0 | 3 | $arg && exists $arg->{'jobs'} ? : | |
45 | 3 | 0 | $self->zilla->logger->get_debug ? : |
57 | 2 | 1 | unless $app->run |