Branch Coverage

blib/lib/Games/Euchre/Trick.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
53 0 0 if (not $player->wentAlone and $player->getTeam->wentAlone)
60 0 0 if $lead->getName eq $$self{'players'}[0]->getName
153 0 0 if ($player->getName eq $$self{'players'}[$i]->getName)
184 0 0 if ($self->cmpCards($cards[$leader], $cards[$i]) < 0)
231 0 0 unless $ranks{$_->truename}
269 0 0 unless defined $choice and $choice =~ /^\d$/ and $choice >= 0 and $choice < @cards
272 0 0 unless $card
276 0 0 unless $leadcard
281 0 0 if $cardsuit eq $leadsuit
287 0 0 if ($cardsuit eq $leadsuit)