Branch Coverage

blib/lib/Games/Euchre/AI.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
369 0 0 unless (defined $bid)
371 0 0 if ($$state{'hangdealer'} and $$state{'passes'} == 7) { }
379 0 0 unless $bid =~ /^([HSDCN])(|A)$/i
385 0 0 if ($suit eq 'N')
387 0 0 unless $$state{'notrump'}
391 0 0 if ($$state{'passes'} < 4)
392 0 0 unless ($$state{'turnedUp'} =~ /(.)$/)
396 0 0 if $suit ne $topsuit
416 0 0 unless $card
421 0 0 unless $leadcard
426 0 0 if $cardsuit eq $leadsuit
432 0 0 if ($cardsuit eq $leadsuit)
460 0 0 if ($othertrump and $cardsuit eq $othertrump and $cardvalue eq 'J')