Branch Coverage

blib/lib/Tree/Binary/Visitor/PreOrderTraversal.pm
Criterion Covered Total %
branch 4 4 100.0


line true false branch
18 4 82 unless &blessed($tree) and $tree->isa('Tree::Binary')
23 1 81 if ($self->{'_filter_function'}) { }