Condition Coverage

blib/lib/Games/JackThief.pm
Criterion Covered Total %
condition 18 24 75.0


and 3 conditions

line !l l&&!r l&&r condition
112 3 0 2 defined $$Data{'no_of_Decks'} && $$Data{'no_of_Decks'} > 0 && $$Data{'no_of_Decks'} <= 5
113 3 0 2 defined $$Data{'no_of_Players'} && $$Data{'no_of_Players'} > 2 && $$Data{'no_of_Players'} <= 10
213 0 7 164 defined $$Self{$plyr}[$b] and defined $$Self{$plyr}[$b + 1]
215 47 5 112 $$Self{$plyr}[$b] =~ /\d+/ and $$Self{$plyr}[$b + 1] =~ /\d+/
52 43 69 $$Self{$plyr}[$b] =~ /\d+/ and $$Self{$plyr}[$b + 1] =~ /\d+/ and $$Self{$plyr}[$b] == $$Self{$plyr}[$b + 1]
0 0 95 $$Self{$plyr}[$b] =~ /\w+/i and $$Self{$plyr}[$b + 1] =~ /\w+/i
0 67 28 $$Self{$plyr}[$b] =~ /\w+/i and $$Self{$plyr}[$b + 1] =~ /\w+/i and $$Self{$plyr}[$b] eq $$Self{$plyr}[$b + 1]
275 624 47 5 $N eq 'J' and not $DropOneJack