blib/lib/Games/Go/Image2SGF.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | l | !l | condition |
---|---|---|---|
387 | 0 | 0 | $y > 9 && 1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
316 | 0 | 0 | 0 | $whitecount > $blackcount and $whitecount > $boardcount |
381 | 0 | 0 | 0 | $l[0] == $r[0] && $l[1] == $r[1] && $l[2] == $r[2] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
325 | 0 | 0 | 0 | $stone == 1 or $stone == 2 |