lib/Games/Checkers/Move.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 2 | 8 | 25.0 |
line | true | false | branch |
---|---|---|---|
28 | 0 | 1 | unless ref $dsts eq 'ARRAY' |
30 | 0 | 1 | unless $src == NL or @$dsts |
57 | 0 | 0 | $num < 0 || $num >= @{$$self[2];} ? : |
67 | 0 | 0 | $self->is_beat ? : |