blib/lib/Games/Go/AGA/DataObjects/Register.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 16 | 37.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
266 | 18 | 0 | 12 | $limit < 0 and $limit == int $limit |
line | l | !l | condition |
---|---|---|---|
93 | 0 | 21 | refaddr $player || 0 |
250 | 18 | 0 | $self->get_directive_value('BAND_BREAKS') || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
117 | 18 | 0 | 0 | $idx < 0 or $idx > $#{$$self{'players'};} |
191 | 0 | 0 | 0 | $idx < 0 or $idx > $#{$players;} |
218 | 0 | 0 | 1 | not $num_bands or $num_bands == 1 |