Branch Coverage

blib/lib/Poker/Eval/Wild.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
34 0 0 if $self->card_count > scalar @$hole + scalar(@{$self->community_cards;})
37 0 0 if ($card->is_wild) { }
45 0 0 $wild_count > 5 ? :
46 0 0 5 > $wild_count ? :
48 0 0 if ($wild_count > 4) { }
0 0 elsif ($wild_count == 4) { }
73 0 0 if $suit{$card->suit} >= $max
75 0 0 $max + $wild_count > 4 ? :
81 0 0 if ($flush_possible)
83 0 0 if $flush_score > $score
85 0 0 if (defined $score and $score >= $best->score)