blib/lib/Module/Setup/Plugin/Test/Makefile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 10 | 100.0 |
line | true | false | branch |
---|---|---|---|
13 | 34 | 5 | unless $self->dialog('Check Makefile.PL? [Yn] ', 'y') =~ /[Yy]/ |
15 | 1 | 4 | if $self->system('perl', 'Makefile.PL') |
16 | 1 | 3 | if $self->system('make', 'test') |
17 | 1 | 2 | if $self->system('make', 'manifest') |
18 | 1 | 1 | unless not $self->system('make', 'distclean') |