| blib/lib/Whelk/Schema/Definition/Array.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 23 | 24 | 95.8 |
| line | true | false | branch |
|---|---|---|---|
| 15 | 3 | 2 | if ($self->items) |
| 26 | 27 | 8 | if $self->items |
| 34 | 1 | 34 | if $self->_valid_nullable($value) |
| 36 | 23 | 11 | if (ref $value eq 'ARRAY') { } |
| 7 | 4 | elsif ($self->lax) { } | |
| 38 | 18 | 5 | if ($type) |
| 41 | 5 | 23 | if defined $inhaled |
| 49 | 7 | 0 | if ($type) |
| 51 | 4 | 3 | if defined $inhaled |
| 64 | 1 | 15 | if $self->_valid_nullable($value) |
| 66 | 2 | 13 | if (ref $value ne "ARRAY" and $self->lax) |
| 71 | 9 | 6 | unless $type |