blib/lib/Ukigumo/Client/Executor/Perl.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
13 | 0 | 0 | if (-f 'Makefile.PL') { } |
0 | 0 | elsif (-f 'Build.PL') { } | |
14 | 0 | 0 | unless $c->tee('perl Makefile.PL') == 0 |
15 | 0 | 0 | unless $c->tee("$Ukigumo::Client::Executor::Perl::Config{'make'} test") == 0 |
18 | 0 | 0 | unless $c->tee('perl Build.PL') == 0 |
19 | 0 | 0 | $^O eq 'MSWin32' ? : |
0 | 0 | unless $c->tee($^O eq 'MSWin32' ? 'Build test' : './Build test') == 0 |