Condition Coverage

blib/lib/Test/Role/TinyCommons/Tree.pm
Criterion Covered Total %
condition 6 13 46.1


and 3 conditions

line !l l&&!r l&&r condition
39 0 0 2 @children == 1 and ref $children[0] eq 'ARRAY'
311 0 0 2 @children == 1 and ref $children[0] eq 'ARRAY'
317 1 0 1 @children == 1 and ref $children[0] eq 'ARRAY'

or 2 conditions

line l !l condition
23 0 2 $args{'attribute1'} || 'id'
25 0 2 $args{'constructor_name'} || 'new'