Condition Coverage

blib/lib/Tree/Visualize/Node/INode.pm
Criterion Covered Total %
condition 5 12 41.6


and 3 conditions

line !l l&&!r l&&r condition
20 0 0 46 defined $tree and ref $tree
0 46 0 defined $tree and ref $tree and UNIVERSAL::isa($tree, 'Tree::Binary') || UNIVERSAL::isa($tree, 'Tree::Simple')

or 3 conditions

line l !l&&r !l&&!r condition
11 0 46 0 ref $_class || $_class
20 30 16 0 UNIVERSAL::isa($tree, 'Tree::Binary') || UNIVERSAL::isa($tree, 'Tree::Simple')