| blib/lib/Game/RockPaperScissorsLizardSpock.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 6 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 24 | 2 | 35 | 0 | defined $player1 and exists $choices{$player1} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 36 | 7 | 6 | 11 | $difference == 1 or $difference == 2 |