Branch Coverage

blib/lib/Games/Tournament/BlackJack/Game.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
59 0 0 unless $_[0]{'dealersHand'}[1]
61 0 0 unless $_[0]{'playersScores'}
67 0 0 if ($player eq $$self{'dealer'}) { }
113 0 0 if ($decision eq 'hit' or $decision and $decision ne 'stand') { }
131 0 0 if ($decision eq 'hit' or $decision and $decision ne 'stand') { }
135 0 0 if ($handVal == 0)
153 0 0 if ($dval > 21)
162 0 0 if ($p > 21) { }
0 0 elsif ($p == 21) { }
0 0 elsif ($p == $dval) { }
0 0 elsif ($p > $dval) { }