blib/lib/Tree/Simple/Visitor/PostOrderTraversal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 6 | 100.0 |
line | true | false | branch |
---|---|---|---|
23 | 4 | 2 | unless &blessed($tree) and $tree->isa('Tree::Simple') |
42 | 1 | 31 | if $current_tree->isRoot and not $self->includeTrunk |
46 | 16 | 15 | $filter_function ? : |