blib/lib/PDLA/ImageRGB.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 21 | 14.2 |
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 |
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 != $PDLA::ImageRGB::PDLA_B | |
231 | 0 | 0 | 0 | abs $max < $PDLA::ImageRGB::EPS or $max >= 0 and $max <= $top |