blib/lib/Games/Bingo/ColumnCollection.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 22 | 26 | 84.6 |
line | true | false | branch |
---|---|---|---|
19 | 5 | 997 | if @_ |
31 | 201 | 1608 | if ($number == 0) { } |
201 | 1407 | elsif ($number == 8) { } | |
47 | 1 | 6898 | if ($index) { } |
57 | 1 | 4179 | if ($idx < 0) { } |
1 | 4178 | elsif ($idx > scalar @{$self;}) { } | |
71 | 1 | 7199 | unless ($index =~ /^(-)?\d+$/) |
76 | 1 | 7198 | if ($index < 0) { } |
1 | 7197 | elsif ($index > scalar @{$self;}) { } | |
86 | 0 | 7197 | if ($auto_splice and $column) |
88 | 0 | 0 | if ($length < 2) { } |
95 | 4177 | 3020 | if ($do_splice) |
111 | 0 | 4177 | if (@!) { } |