Condition Coverage

blib/lib/perl5i/0/ARRAY.pm
Criterion Covered Total %
condition 0 38 0.0


and 3 conditions

line !l l&&!r l&&r condition
187 0 0 0 $ref1 and $ref2
227 0 0 0 $is_overloaded1 and $is_overloaded2
281 0 0 0 $type1 and $type2
283 0 0 0 $type1 eq 'both' and $type2 eq 'both'
0 0 0 $type1 eq 'num' and $type2 eq 'str'
0 0 0 $type1 eq 'str' and $type2 eq 'num'

or 3 conditions

line l !l&&r !l&&!r condition
180 0 0 0 defined $r1 or defined $r2
187 0 0 0 $ref1 || $ref2
283 0 0 0 $type1 eq 'num' and $type2 eq 'str' or $type1 eq 'str' and $type2 eq 'num'
284 0 0 0 $obj1 == $obj2 || $obj1 eq $obj2

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
183 0 0 0 0 defined $r1 xor defined $r2
190 0 0 0 0 $is_num1 xor $is_num2