blib/lib/ShipIt/ProjectType/Perl/MakeMaker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 24 | 12.5 |
line | true | false | branch |
---|---|---|---|
11 | 0 | 2 | unless my $make = $ShipIt::ProjectType::Perl::MakeMaker::Config{'make'} |
12 | 0 | 2 | $^O eq 'MSWin32' ? : |
13 | 0 | 2 | if $make =~ /\s/ and not $make =~ /^$quot/ |
20 | 0 | 0 | if system 'perl', 'Makefile.PL' |
35 | 0 | 0 | unless $self->run_build('disttest') |
36 | 0 | 0 | unless $self->run_build('distclean') |
58 | 0 | 0 | if @missing |
59 | 0 | 0 | if @extra |
68 | 0 | 0 | unless my $file = make_var('DISTVNAME') |
70 | 0 | 0 | if -e $file |
72 | 0 | 0 | unless $self->run_build('dist') |
73 | 0 | 0 | unless -e $file |