blib/lib/Games/Go/AGA/DataObjects/Directives.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 12 | 16.6 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
67 | 0 | 0 | 0 | $idx < 0 or $idx >= @{$$self{'keys'};} |
75 | 0 | 0 | 0 | $idx < 0 or $idx >= @{$$self{'keys'};} |
114 | 0 | 5 | 0 | not defined $idx or $idx < 0 |
5 | 0 | 0 | not defined $idx or $idx < 0 or $idx >= @{$$self{'keys'};} |