Branch Coverage

blib/lib/Games/Tournament/BlackJack/Utilities.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
32 0 0 if ($total > 21)
37 0 0 if ($total > 21 and $$counts{'A'} > 0)
40 0 0 if ($card =~ /^A/ and $total > 21)
79 0 0 unless ref $hand eq 'ARRAY'