Condition Coverage

blib/lib/Tree/Simple/Visitor/FromNestedArray.pm
Criterion Covered Total %
condition 9 11 81.8


and 3 conditions

line !l l&&!r l&&r condition
29 1 1 7 defined $array_tree and ref $array_tree eq 'ARRAY'
47 3 1 4 &blessed($tree) and $tree->isa('Tree::Simple')

or 2 conditions

line l !l condition
39 4 1 ref $array_tree->[1] eq 'ARRAY' or die 'Incorrect Object Type : The second value in the array tree must be an array reference'

or 3 conditions

line l !l&&r !l&&!r condition
14 0 4 0 ref $_class || $_class