| blib/lib/Games/Poker/Omaha/Hutchison.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 23 | 86.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 150 | 10 | 0 | 5 | $self->twosix >= 2 and $self->gap($self->twosix) < 4 |
| 157 | 6 | 1 | 3 | $self->sixking == 2 and $self->gap($self->sixking) < 4 |
| 182 | 2 | 3 | 2 | $self->ace and $self->court |
| 189 | 8 | 3 | 4 | $self->ace && $self->twofive |
| line | l | !l | condition |
|---|---|---|---|
| 19 | 13 | 1 | shift() || die('Need a hand') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 22 | 33 | 23 | 0 | $remap{$$_[0]} || $$_[0] |
| 105 | 2 | 14 | 0 | ref $proto || $proto |
| 144 | 3 | 2 | 5 | $self->_two_high_cards || $self->_ace_court |