| blib/lib/Tree/Simple/Visitor/FromNestedHash.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 9 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 29 | 1 | 2 | 5 | defined $hash_tree and ref $hash_tree eq 'HASH' |
| 40 | 3 | 1 | 3 | &blessed($tree) and $tree->isa('Tree::Simple') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 14 | 0 | 4 | 0 | ref $_class || $_class |