Branch Coverage

blib/lib/Games/Bingo/Card.pm
Criterion Covered Total %
branch 28 28 100.0


line true false branch
34 2283 1444 if $number
46 2 1 if ($$bingo{'game'}) { }
50 15 15 if $bingo->pulled($number)
57 1 2 if ($rv == $trv) { }
72 3 4 if ($m % 2) { }
74 30 27 if ($n % 2) { }
77 15 12 if ($$self[$column][$row]) { }
88 40 36 if ($n % 2) { }
115 2267 1432 if ($cell and $cell =~ /^\d+$/o)
120 171 8 if ($rv != 0) { }
133 299 2473 if ($result < 1) { }
23 2450 elsif ($result == 9) { }
194 1056 1584 if ($c->count_numbers > 0) { }
208 170 6 unless ($self->_integrity_check)