Condition Coverage

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


and 3 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
91 0 0 0 $#_ < 0 or $#_ > 1
99 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
216 0 0 0 abs $max < $PDL::ImageRGB::EPS or $max >= 0 and $max <= $top