blib/lib/Tree/Binary/Visitor/InOrderTraversal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
18 | 4 | 104 | unless &blessed($tree) and $tree->isa('Tree::Binary') |
23 | 1 | 103 | if ($self->{'_filter_function'}) { } |
33 | 2434 | 2539 | if $tree->hasLeft |
35 | 2435 | 2538 | if $tree->hasRight |