blib/lib/Shipwright/Source/Directory.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
32 | 0 | 0 | unless $self->name |
33 | 0 | 0 | unless $self->version |
38 | 0 | 0 | unless $$self{'_no_update_url'} |
46 | 0 | 0 | if $self->follow and $newer |
71 | 0 | 0 | if -e $to |
73 | 0 | 0 | if (-e catfile($self->source, 'dist.ini') and not -e catfile($self->source, 'configure') and not -e catfile($self->source, 'Makefile.PL') and not -e catfile($self->source, 'Build.PL')) { } |