| blib/lib/Games/Tournament/BlackJack/Game.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 111 | 0 | 0 | 0 | ($handVal = handValue($$self{'playersHands'}[$_])) < 21 and $player_hit |
| 113 | 0 | 0 | 0 | $decision and $decision ne 'stand' |
| 128 | 0 | 0 | 0 | ($handVal = $dealer->myHandValue) < 21 and $player_hit |
| 131 | 0 | 0 | 0 | $decision and $decision ne 'stand' |
| line | l | !l | condition |
|---|---|---|---|
| 69 | 0 | 0 | $$self{'dealersHand'} || [] |
| 72 | 0 | 0 | $$self{'playersHands'}[$$player{'storage'}{'num'}] || [] |
| 73 | 0 | 0 | $self->dealersUpcard || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 13 | 0 | 0 | 0 | ref $invocant || $invocant |
| 113 | 0 | 0 | 0 | $decision eq 'hit' or $decision and $decision ne 'stand' |
| 131 | 0 | 0 | 0 | $decision eq 'hit' or $decision and $decision ne 'stand' |