| blib/lib/Games/Euchre/AI/Human.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 59 | 0 | 0 | 0 | $$state{'hangdealer'} and $$state{'passes'} == 7 |
| 102 | 0 | 0 | 0 | $index =~ /^\d$/ && $index >= 1 && $index <= 5 |
| 133 | 0 | 0 | 0 | $index =~ /^\d$/ && $index >= 1 && $index <= @{$$state{'hand'};} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 163 | 0 | 0 | 0 | $bidder ||= $$state{'dealer'} % 4 + 1 |
| 172 | 0 | 0 | 0 | $$state{'usAlone'} || $$state{'themAlone'} |