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 160 defined $$Self{$plyr}[$b] and defined $$Self{$plyr}[$b + 1]
215 42 5 113 $$Self{$plyr}[$b] =~ /\d+/ and $$Self{$plyr}[$b + 1] =~ /\d+/
47 44 69 $$Self{$plyr}[$b] =~ /\d+/ and $$Self{$plyr}[$b + 1] =~ /\d+/ and $$Self{$plyr}[$b] == $$Self{$plyr}[$b + 1]
0 0 91 $$Self{$plyr}[$b] =~ /\w+/i and $$Self{$plyr}[$b + 1] =~ /\w+/i
0 59 32 $$Self{$plyr}[$b] =~ /\w+/i and $$Self{$plyr}[$b + 1] =~ /\w+/i and $$Self{$plyr}[$b] eq $$Self{$plyr}[$b + 1]
274 624 47 5 $N eq 'J' and not $DropOneJack