blib/lib/Data/TableData/Object.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
22 | 0 | 49 | if (not defined $data) { } |
0 | 49 | elsif (&blessed($data) and $data->isa('Data::TableData::Object::Base')) { } | |
17 | 32 | elsif (ref $data eq 'HASH') { } | |
9 | 23 | elsif (is_aoaos($data)) { } | |
8 | 15 | elsif (is_aohos($data)) { } | |
15 | 0 | elsif (ref $data eq 'ARRAY') { } |