Condition Coverage

blib/lib/Text/Histogram.pm
Criterion Covered Total %
condition 0 28 0.0


or 2 conditions

line l !l condition
30 0 0 $$opts{'bins'} ||= 8
32 0 0 $$opts{'histogram_size'} ||= 50
46 0 0 $bins{'min'} || 0
47 0 0 $bins{'min'} || 0
54 0 0 $bins{$i} || 0
58 0 0 $bins{$i} || 0
64 0 0 $bins{'max'} || 0
65 0 0 $bins{'max'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
95 0 0 0 $key eq 'min' or $key eq 'max'
96 0 0 0 not defined $minf or $key < $minf
97 0 0 0 not defined $maxf or $key > $maxf
132 0 0 0 $tmin != $rmin or $tmax != $rmax