blib/lib/GD/Window.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 9 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
192 | 0 | 0 | 0 | $x >= $$self{'minX'} && $x <= $$self{'maxX'} && $y >= $$self{'minY'} && $y <= $$self{'maxY'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
63 | 0 | 0 | 0 | ref $that || $that |
173 | 0 | 0 | 0 | $$self{'passThroughIfUnsupported'} or $$self{'useImage'} |