| blib/lib/Tree/Binary/Visitor/PostOrderTraversal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 8 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 4 | 22 | unless &blessed($tree) and $tree->isa('Tree::Binary') |
| 22 | 1 | 21 | if ($self->{'_filter_function'}) { } |
| 32 | 491 | 524 | if $tree->hasLeft |
| 33 | 502 | 513 | if $tree->hasRight |