blib/lib/Games/Blackjack.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 9 | 22.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
137 | 0 | 0 | 1 | $c == 21 and $c == 11 |
0 | 0 | 1 | $c == 21 and $c == 11 and @{$$self{'cards'};} == 2 | |
177 | 0 | 0 | 0 | $self->blackjack and $dealer->blackjack |