Condition Coverage

blib/lib/GD/Window.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
192 0 0 0 $x >= $$self{'minX'} && $x <= $$self{'maxX'} && $y >= $$self{'minY'} && $y <= $$self{'maxY'}

or 3 conditions

line l !l&&r !l&&!r condition
63 0 0 0 ref $that || $that
173 0 0 0 $$self{'passThroughIfUnsupported'} or $$self{'useImage'}