Branch Coverage

blib/lib/Test/Prereq.pm
Criterion Covered Total %
branch 27 40 67.5


line true false branch
93 12 4 defined $_ ? :
143 1 1 unless $Test->has_plan
163 0 2 unless (ref $skip eq ref [])
170 0 2 unless ($prereqs)
178 0 2 unless ($loaded)
207 0 2 if ($Test::Prereq::EXCLUDE_CPANPLUS)
209 0 0 unless $module =~ /^CPANPLUS::/u
214 0 2 if (keys %$loaded) { }
243 1 4 unless (do "./$file")
264 6 24 if /\.pm$/u
3 0 if -e "blib/lib"
266 27 6 if /\.t$/u
3 0 if -e "t"
268 3 3 if -f $_
3 0 if -e "blib/script"
286 0 22 if /\.p(l|m)$/u
297 0 2 if -e "test.pl"
305 0 2 unless defined $_[0] and -d $_[0]
311 4 16 if /\.pm$/u
337 7 119 exists $$can_import{$_->module} ? :