blib/lib/Games/Euchre/Trick.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
53 | 0 | 0 | 0 | not $player->wentAlone and $player->getTeam->wentAlone |
269 | 0 | 0 | 0 | defined $choice and $choice =~ /^\d$/ |
0 | 0 | 0 | defined $choice and $choice =~ /^\d$/ and $choice >= 0 | |
0 | 0 | 0 | defined $choice and $choice =~ /^\d$/ and $choice >= 0 and $choice < @cards |