| blib/lib/Poker/Eval/Omaha.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 6 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 37 | 0 | 0 | unless $self->community_cards and scalar @{$self->community_cards;} >= 3 |
| 54 | 0 | 0 | if 5 > scalar @$hole + scalar(@{$self->community_cards;}) |
| 61 | 0 | 0 | if (defined $score and $score >= $hand->score) |