| blib/lib/Catmandu/Store/File/Multi/Bag.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 53 | 0 | 0 | 1 | exists $new_data->{'size'} and exists $new_data->{'created'} |
| 0 | 0 | 1 | exists $new_data->{'size'} and exists $new_data->{'created'} and exists $new_data->{'modified'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 97 | 8 | 0 | 0 | $store->bag($self->name)->upload($io, $id) || $self->log->error("failed to upload $id to " . $self->name) |