Branch Coverage

blib/lib/Helper/Deck.pm
Criterion Covered Total %
branch 1 2 50.0


line true false branch
135 0 46 if $card->{'face'} eq $chosen->{'face'} and $card->{'suit'} eq $chosen->{'suit'} or $card->{'face'} eq '' and $card->{'suit'} eq $chosen->{'suit'} or $chosen->{'face'} eq $chosen->{'face'} and $card->{'suit'} eq ''