Branch Coverage

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


line true false branch
153 10 0 if (($phase, $relation) = $token =~ /\A($re_phase)[.]($re_relation)/msx)
166 5 0 if (($source, $target) = $entry =~ /\A\s*($combo)\s*=\s*($combo)\s*\z/msx)
213 0 1 if ('perl' eq $package)
220 0 1 unless $md
221 0 1 unless -e $md->path
222 0 1 if -d $md->path
238 4 1 unless (exists $prereqs->{$phase} and exists $prereqs->{$phase}{$rel})
245 0 1 unless $self->_user_wants_upgrade_on($module)
247 1 0 if (defined $latest)