Branch Coverage

blib/lib/SDL/ConfigData.pm
Criterion Covered Total %
branch 0 18 0.0


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 0 if exists $$features{$key}
54 0 0 unless my $info = $$auto_features{$key}
63 0 0 if $type eq 'description' or $type eq 'recommends'
68 0 0 if (not $$status{'ok'} xor $type =~ /conflicts$/)
69 0 0 unless (eval "require $modname; 1")