Branch Coverage

blib/lib/Treemap/Input/Dir.pm
Criterion Covered Total %
branch 11 14 78.5


line true false branch
40 1 0 if ($$self{'DATA'} = $self->_load($path))
63 48 90 if $dir_entry =~ /^\.{1,2}$/
69 0 90 if (not $$self{'FOLLOW_SYMLINK'} and -l $filename)
74 23 67 if (-d $filename) { }
67 0 elsif (-f $filename) { }
98 23 1 if scalar @children > 0
112 55 12 if $level > 100