Branch Coverage

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


line true false branch
34 2506 1641 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 2490 1630 if ($cell and $cell =~ /^\d+$/o)
120 193 8 if ($rv != 0) { }
133 340 2762 if ($result < 1) { }
30 2732 elsif ($result == 9) { }
194 1188 1782 if ($c->count_numbers > 0) { }
208 192 6 unless ($self->_integrity_check)