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