line |
true |
false |
branch |
27
|
0 |
2 |
$^O eq 'VMS' ? :
|
30
|
0 |
2 |
if -e $makefile and (stat "Makefile.PL")[9] <= (stat $makefile)[9]
|
33
|
0 |
2 |
if system $^X, ("Makefile.PL", "INSTALLMAN1DIR=none", "INSTALLMAN3DIR=none")
|
36
|
0 |
2 |
if system $make
|
49
|
0 |
2 |
$arg && exists $arg->{'jobs'} ? :
|
53
|
0 |
2 |
$ENV{$ho} ? :
|
55
|
0 |
2 |
$self->zilla->logger->get_debug ? :
|
57
|
0 |
2 |
$self->zilla->logger->get_debug || $arg->{'test_verbose'} ? :
|
|
0 |
2 |
if system $make, "test", $self->zilla->logger->get_debug || $arg->{'test_verbose'} ? "TEST_VERBOSE=1" : ()
|