blib/lib/Module/Install/Admin/Find.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 26 | 0.0 |
line | true | false | branch |
---|---|---|---|
20 | 0 | 0 | unless ($pkg =~ /\.pm$/) |
27 | 0 | 0 | if $inc eq $self->_top->{'prefix'} or ref $inc |
28 | 0 | 0 | if -f "$inc/$pkg" |
31 | 0 | 0 | wantarray ? : |
37 | 0 | 0 | unless ($pkg =~ /\.pm$/) |
44 | 0 | 0 | if $inc eq $self->_top->{'prefix'} or ref $inc |
54 | 0 | 0 | wantarray ? : |
59 | 0 | 0 | unless defined $path |
60 | 0 | 0 | if length $path |
61 | 0 | 0 | if (-f $file) { } |
0 | 0 | elsif (-d $file) { } | |
67 | 0 | 0 | unless opendir DIR, $file |
69 | 0 | 0 | if $new_file =~ /^(\.|\.\.)$/ |