blib/lib/Tree/Simple/Visitor/PostOrderTraversal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 9 | 77.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 3 | 1 | 2 | &blessed($tree) and $tree->isa('Tree::Simple') |
42 | 30 | 1 | 1 | $current_tree->isRoot and not $self->includeTrunk |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
14 | 0 | 1 | 0 | ref $_class || $_class |