Branch Coverage

blib/lib/Tree/Binary/Visitor/PostOrderTraversal.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
18 4 22 unless &blessed($tree) and $tree->isa('Tree::Binary')
23 1 21 if ($self->{'_filter_function'}) { }
33 427 456 if $tree->hasLeft
34 434 449 if $tree->hasRight