blib/lib/ODS/Storage/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 12 | 83.3 |
line | true | false | branch |
---|---|---|---|
22 | 4 | 1761 | if not ref $data and $self->can("parse_data_format") |
25 | 46 | 1719 | if (ref $data eq 'ARRAY') { } |
1718 | 1 | elsif (ref $data eq 'HASH') { } | |
54 | 12 | 1716 | if ($all and not ref $all) { } |
1716 | 0 | elsif ($all) { } | |
65 | 1728 | 0 | if ref $data and $self->can("stringify_data_format") |