lib/Games/Checkers/Iterators.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 5 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
99 | 0 | 0 | 0 | $board->occup($loc) and $board->color($loc) == $self->{'color'} |
line | l | !l | condition |
---|---|---|---|
27 | 0 | 0 | shift() || die('No board in constructor') |