blib/lib/Box/Limited.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
123 | 3 | 23 | unless ($self->can_add($item)) |
191 | 16 | 3 | if ($box->can_add($item)) { } |
196 | 0 | 3 | if ($box->is_empty) |
203 | 3 | 0 | unless $box->is_empty |