| blib/lib/Games/Roshambo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 24 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 55 | 0 | 0 | 0 | $player1 and $player2 |
| 65 | 0 | 0 | 0 | $player1 > $player2 and $player1 - $winrange <= $player2 |
| 0 | 0 | 0 | $player1 >= $winrange and ($player1 > $player2 and $player1 - $winrange <= $player2) | |
| 69 | 0 | 0 | 0 | $player1 <= $winrange and $player1 > $player2 || $numthrows - ($winrange - $player1) <= $player2 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 49 | 0 | 0 | 0 | shift() || $self->gen_throw |
| 50 | 0 | 0 | 0 | shift() || $self->gen_throw |
| 69 | 0 | 0 | 0 | $player1 > $player2 || $numthrows - ($winrange - $player1) <= $player2 |
| 109 | 0 | 0 | 0 | $$self{'thrownames'}{'_actions'}{$a}{$b} || $$self{'thrownames'}{'_actions'}{$b}{$a} |