Branch Coverage

blib/lib/Perl/Installed.pm
Criterion Covered Total %
branch 6 12 50.0


line true false branch
21 1 1 unless (exists $$self{'prefix'})
25 0 1 unless (-d $$self{'prefix'})
33 0 1 unless (-f $$self{'perl'})
59 0 1 if (not $$self{'config'}{'version'} =~ /\d/)
77 1 0 unless (-f $$self{'packlistfile'})
90 0 0 unless open FILE, "<$$self{'packlistfile'}"