Branch Coverage

blib/lib/Tree/Visualize/ASCII/Layouts/Binary.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
17 0 30 unless defined $tree and ref $tree and UNIVERSAL::isa($tree, 'Tree::Binary') || UNIVERSAL::isa($tree, 'Tree::Binary::Search')
21 2 28 if $tree->isa('Tree::Binary::Search')
36 14 16 if $tree->hasLeft
38 14 16 if $tree->hasRight