Branch Coverage

blib/lib/Dist/Zilla/Plugin/Prereqs/Recommend/MatchInstalled.pm
Criterion Covered Total %
branch 10 18 55.5


line true false branch
151 10 0 if (($phase, $relation) = $token =~ /\A($re_phase)[.]($re_relation)/msx)
164 5 0 if (($source, $target) = $entry =~ /\A\s*($combo)\s*=\s*($combo)\s*\z/msx)
211 0 1 if ('perl' eq $package)
218 0 1 unless $md
219 0 1 unless -e $md->path
220 0 1 if -d $md->path
251 4 1 unless (exists $prereqs->{$phase} and exists $prereqs->{$phase}{$rel})
258 0 1 unless $self->_user_wants_upgrade_on($module)
260 1 0 if (defined $latest)