| blib/lib/Tree/Binary/Visitor/BreadthFirstTraversal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 8 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 18 | 4 | 2 | unless &blessed($tree) and $tree->isa('Tree::Binary') |
| 32 | 6 | 8 | if $current_tree->hasLeft |
| 33 | 6 | 8 | if $current_tree->hasRight |
| 35 | 7 | 7 | $filter_function ? : |