blib/lib/Games/TicTacToe/Board.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 12 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
78 | 0 | 0 | 1 | $index =~ /^\d*$/ and $index >= 0 |
0 | 1 | 0 | $index =~ /^\d*$/ and $index >= 0 and $index < $size | |
98 | 0 | 0 | 2 | $index =~ /^\d*$/ and $index >= 0 |
0 | 1 | 1 | $index =~ /^\d*$/ and $index >= 0 and $index < $size |