Branch Coverage

blib/lib/Config/Autoload.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
15 0 0 if (not -f $file) { }
0 0 elsif (not -r $file) { }
21 0 0 if (defined $construct and ref $construct ne 'CODE')
28 0 0 if (defined $construct) { }
30 0 0 unless (ref $c eq 'HASH')
46 0 0 unless open HD, $file
48 0 0 if /^#|^$/
63 0 0 unless defined $key
67 0 0 unless (-f $file)
70 0 0 if -f $file
74 0 0 unless -f $file
77 0 0 if ($mtime != $$self{'mtime'})