Condition Coverage

blib/lib/PDL/ImageRGB.pm
Criterion Covered Total %
condition 3 21 14.2


and 3 conditions

line !l l&&!r l&&r condition
226 0 0 3 $min >= 0 and $max <= $top
0 2 1 $min >= 0 and $max <= $top and not $force
231 0 0 0 $max >= 0 and $max <= $top

or 3 conditions

line l !l&&r !l&&!r condition
100 0 0 0 $#_ < 0 or $#_ > 1
108 0 0 0 @Dims < 2 or $Dims[0] != 3
0 0 0 @Dims < 2 or $Dims[0] != 3 or $image->get_datatype != $PDL::ImageRGB::PDL_B
231 0 0 0 abs $max < $PDL::ImageRGB::EPS or $max >= 0 and $max <= $top