Condition Coverage

blib/lib/Games/Euchre.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
147 0 0 0 $index and $index =~ /^[1-4]$/
148 0 0 0 $ai and ref $ai
0 0 0 $ai and ref $ai and $ai->isa('Games::Euchre::AI')
633 0 0 0 $$self{'trump'} and $$self{'othertrump'}
0 0 0 $$self{'trump'} and $$self{'othertrump'} and $cardsuit eq $$self{'othertrump'}
0 0 0 $$self{'trump'} and $$self{'othertrump'} and $cardsuit eq $$self{'othertrump'} and $card->name eq 'J'

or 2 conditions

line l !l condition
170 0 0 $$self{'players'} ||= []
171 0 0 $$self{'teams'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
174 0 0 0 $$self{'players'}[$i - 1] ||= 'Games::Euchre::Player'->new($self, $i, "Player $i")