Branch Coverage

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


line true false branch
96 12 4 defined $_ ? :
150 1 1 unless $Test->has_plan
170 0 2 unless (ref $skip eq ref [])
177 0 2 unless ($prereqs)
185 0 2 unless ($loaded)
214 0 2 if ($Test::Prereq::EXCLUDE_CPANPLUS)
216 0 0 unless $module =~ /^CPANPLUS::/u
221 0 2 if (keys %$loaded) { }
250 1 4 unless (do "./$file")
271 6 27 if /\.pm$/u
3 0 if -e 'blib/lib'
273 27 6 if /\.t$/u
3 0 if -e 't'
275 3 3 if -f $_
3 0 if -e 'blib/script'
293 0 22 if /\.p(l|m)$/u
304 0 2 if -e 'test.pl'
312 0 2 unless defined $_[0] and -d $_[0]
318 4 18 if /\.pm$/u
344 7 106 exists $$can_import{$_->module} ? :