Branch Coverage

blib/lib/PBib/PBib/ConfigData.pm
Criterion Covered Total %
branch 5 18 27.7


line true false branch
31 0 0 unless open my $fh, '+<', $me
34 0 0 if /^__DATA__$/
36 0 0 if eof $fh
46 0 0 unless chmod $mode_orig, $me
52 0 6 if exists $$features{$key}
54 0 6 unless my $info = $$auto_features{$key}
63 2 6 if $type eq 'description' or $type eq 'recommends'
68 6 0 if (not $$status{'ok'} xor $type =~ /conflicts$/)
69 0 0 unless (eval "require $modname; 1")