Branch Coverage

blib/lib/Collection/Storable.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
44 1 0 unless $path =~ m[/$]
118 2 4 unless -e $fpath
145 1 0 if (opendir DIR, $path)
147 2 2 if $name eq '.' or $name eq '..'
149 0 2 if (-d $fpath) { }