| blib/lib/ODS/Table/Column/Array.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 10 | 40.0 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 0 | 6 | if (ref($_[1] || '') ne "ARRAY") |
| 22 | 0 | 6 | if ($_[0]->min_length and $_[0]->min_length > scalar @{$_[1];}) |
| 26 | 0 | 6 | if ($_[0]->max_length and $_[0]->max_length < scalar @{$_[1];}) |
| 35 | 0 | 0 | unless (ref $value) |
| 44 | 0 | 4 | if ($self->reference and ref $value) |