Branch Coverage

blib/lib/Tree/Simple/Visitor/FromNestedHash.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
29 3 5 unless defined $hash_tree and ref $hash_tree eq 'HASH'
33 2 3 unless scalar keys %{$hash_tree;} == 1
40 4 3 unless &blessed($tree) and $tree->isa('Tree::Simple')
54 5 10 if $node_filter
56 1 14 if ($include_trunk) { }
65 15 0 if ref $hash->{$key} eq 'HASH'