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