blib/lib/Forest/Tree/Constructor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 10 | 70.0 |
line | true | false | branch |
---|---|---|---|
13 | 5 | 81 | if (&blessed($node) and $node->isa('Forest::Tree::Pure')) { } |
19 | 0 | 5 | if exists $options{'children'} and not @{$options{'children'};} |
22 | 3 | 2 | unless keys %options |
24 | 2 | 0 | if ($node->child_count == 0) { } |
25 | 2 | 0 | if ($node->isa('Forest::Tree')) { } |