| blib/lib/Game/Deckar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 21 | 95.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 100 | 1 | 1 | 8 | exists $decks{$src} and exists $decks{$dst} |
| 130 | 1 | 1 | 5 | exists $decks{$src} and exists $decks{$dst} |
| 144 | 1 | 1 | 8 | exists $decks{$src} and exists $decks{$dst} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 102 | 1 | 1 | 6 | $index < 0 or $index > $sref->$#* |
| 132 | 1 | 1 | 3 | $index < 0 or $index > $sref->$#* |
| 133 | 0 | 1 | 2 | $count < 1 or $index + $count > @$sref |
| 150 | 1 | 1 | 9 | $index < 0 or $index > $sref->$#* |