blib/lib/Data/Hierarchy/Traverser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 16 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
65 | 0 | 0 | 0 | defined $deepth and $deepth < 0 |
line | l | !l | condition |
---|---|---|---|
48 | 0 | 0 | $is_leaf ||= sub { } |
49 | 0 | 0 | $leaf ||= sub { } |
50 | 0 | 0 | $pre_branch ||= sub { } |
51 | 0 | 0 | $post_branch ||= sub { } |
52 | 0 | 0 | $bare_branch ||= sub { } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
61 | 0 | 0 | 0 | not defined $children or 0 == @$children |