| blib/lib/Tree/Simple/Visitor/FromNestedArray.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 11 | 81.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 29 | 1 | 1 | 7 | defined $array_tree and ref $array_tree eq 'ARRAY' |
| 47 | 3 | 1 | 4 | &blessed($tree) and $tree->isa('Tree::Simple') |
| line | l | !l | condition |
|---|---|---|---|
| 39 | 4 | 1 | ref $array_tree->[1] eq 'ARRAY' or die 'Incorrect Object Type : The second value in the array tree must be an array reference' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 14 | 0 | 4 | 0 | ref $_class || $_class |