Branch Coverage

blib/lib/Treemap.pm
Criterion Covered Total %
branch 2 26 7.6


line true false branch
40 0 1 unless $$self{'INPUT'}
41 0 1 unless $$self{'OUTPUT'}
91 0 0 if ($$tree{'children'})
101 0 0 if $size > 0
114 0 0 $$tree{'children'} ? :
155 0 0 if ($shr =~ /^([\d]+)%$/)
165 0 0 if (abs $w >= $shr) { }
167 0 0 if ($w > 0) { }
0 0 elsif ($w < 0) { }
182 0 0 if (abs $h >= $shr) { }
184 0 0 if ($h > 0) { }
0 0 elsif ($h < 0) { }
200 0 0 if $$self{'DEBUG'}