Branch Coverage

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


line true false branch
34 0 0 $$state{'passes'} < 4 ? :
36 0 0 if ($round == 1) { }
57 0 0 unless $$state{'notrump'}
59 0 0 if $$state{'hangdealer'} and $$state{'passes'} == 7
77 0 0 if $bid eq 'P'
79 0 0 unless ($legal)
103 0 0 unless ($legal)
115 0 0 if (@{$$state{'played'};}) { }
134 0 0 if (not $legal) { }
138 0 0 unless ($legal)
170 0 0 if ($$state{'trump'}) { }
172 0 0 $$state{'usAlone'} || $$state{'themAlone'} ? :
196 0 0 unless ($$self{'allPassed'})
197 0 0 $$state{'ourTricks'} > $$state{'theirTricks'} ? :
215 0 0 $$state{'ourScore'} > $$state{'theirScore'} ? :