| blib/lib/ODS/Table/Column/Hash.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 2 | 8 | 25.0 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 0 | 6 | if (ref($_[1] || '') ne "HASH") |
| 21 | 0 | 0 | if ($_[0]->required_keys and do { @missing = grep({not defined $_[1]{$_};} @{$_[0]->required_keys;}); @missing }) |
| 35 | 0 | 0 | unless (ref $value) |
| 44 | 0 | 4 | if ($self->reference and ref $value) |