blib/lib/Dist/Zilla/Plugin/Prereqs/MatchInstalled.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 18 | 61.1 |
line | true | false | branch |
---|---|---|---|
162 | 15 | 0 | if ($type =~ /^ ([^.]+) [.] ([^.]+) $/msx) |
229 | 0 | 1 | if ('perl' eq $package) |
236 | 0 | 1 | unless $module_data |
237 | 0 | 1 | unless -e $module_data->path |
238 | 0 | 1 | if -d $module_data->path |
261 | 12 | 3 | unless exists $guts->{$phase} |
262 | 2 | 1 | unless exists $guts->{$phase}{$rel} |
265 | 0 | 1 | unless $self->_user_wants_upgrade_on($module) |
267 | 0 | 1 | unless (defined $latest) |