blib/lib/Games/Tournament/BlackJack/Shoe.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 8 | 25.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
45 | 0 | 0 | 1 | $newSize >= 1 and $newSize <= 10 |
0 | 0 | 1 | $newSize >= 1 and $newSize <= 10 and int $newSize == $newSize |
line | l | !l | condition |
---|---|---|---|
108 | 0 | 0 | pop @{$from;} || die("card not dealt from empty deck $from [@$from] to $to [@$to]") |