Branch Coverage

blib/lib/Data/Hierarchy/Traverser.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
41 0 0 if defined $$options{'deepth'}
43 0 0 unless defined $roots
44 0 0 unless defined $get_children_function
45 0 0 unless UNIVERSAL::isa($get_children_function, 'CODE')
55 0 0 ref $roots ? :
57 0 0 if (&$is_leaf($node)) { }
61 0 0 if (not defined $children or 0 == @$children) { }
65 0 0 if (defined $deepth and $deepth < 0)