Condition Coverage

blib/lib/Imager/Heatmap.pm
Criterion Covered Total %
condition 8 9 88.8


and 3 conditions

line !l l&&!r l&&r condition
25 1 1 13 exists $args{'xsize'} and exists $args{'ysize'}

or 3 conditions

line l !l&&r !l&&!r condition
90 1 1 16 $_[0] < -1 or $_[0] > 1
148 89529 471 0 $color_cache{"$hue $alpha"} ||= 'Imager::Color'->new('hue', $hue, 'saturation', 1, 'value', 1, 'alpha', $alpha)