Condition Coverage

blib/lib/Tree/Visualize/ASCII/Layouts/Binary.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

line !l l&&!r l&&r condition
17 0 0 30 defined $tree and ref $tree
0 30 0 defined $tree and ref $tree and UNIVERSAL::isa($tree, 'Tree::Binary') || UNIVERSAL::isa($tree, 'Tree::Binary::Search')

or 3 conditions

line l !l&&r !l&&!r condition
17 28 2 0 UNIVERSAL::isa($tree, 'Tree::Binary') || UNIVERSAL::isa($tree, 'Tree::Binary::Search')