blib/lib/Game/Marad.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 33 | 33 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
98 | 2 | 1 | 2 | $center > 0 and ($center & 128) == 128 |
186 | 13 | 2 | 2 | $x1 == $x2 and $y1 == $y2 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
61 | 1 | 1 | 5 | $x < 0 or $x >= 9 |
2 | 1 | 4 | $x < 0 or $x >= 9 or $y < 0 | |
2 | 1 | 3 | $x < 0 or $x >= 9 or $y < 0 or $y >= 9 | |
74 | 1 | 1 | 11 | $srcx < 0 or $srcx >= 9 |
2 | 1 | 10 | $srcx < 0 or $srcx >= 9 or $srcy < 0 | |
2 | 1 | 9 | $srcx < 0 or $srcx >= 9 or $srcy < 0 or $srcy >= 9 | |
155 | 3 | 2 | 32 | $point->[0] < 0 or $point->[0] >= 9 |
5 | 1 | 31 | $point->[0] < 0 or $point->[0] >= 9 or $point->[1] < 0 | |
3 | 1 | 30 | $point->[0] < 0 or $point->[0] >= 9 or $point->[1] < 0 or $point->[1] >= 9 |