Branch Coverage

blib/lib/Games/Bingo/ColumnCollection.pm
Criterion Covered Total %
branch 22 26 84.6


line true false branch
19 5 887 if @_
31 179 1432 if ($number == 0) { }
179 1253 elsif ($number == 8) { }
47 1 6176 if ($index) { }
57 1 3717 if ($idx < 0) { }
1 3716 elsif ($idx > scalar @{$self;}) { }
71 1 6407 unless ($index =~ /^(-)?\d+$/)
76 1 6406 if ($index < 0) { }
1 6405 elsif ($index > scalar @{$self;}) { }
86 0 6405 if ($auto_splice and $column)
88 0 0 if ($length < 2) { }
95 3715 2690 if ($do_splice)
111 0 3715 if (@!) { }