Condition Coverage

blib/lib/Array/APX.pm
Criterion Covered Total %
condition 22 42 52.3


and 3 conditions

line !l l&&!r l&&r condition
261 0 4 2 ref $left eq 'Array::APX' and ref $right eq 'Array::APX'
0 1 3 ref $left eq 'Array::APX' and defined $right
1 1 2 ref $left eq 'Array::APX' and defined $right and CORE::not ref $right
0 1 1 ref $left eq 'Array::APX' and ref $right eq 'CODE'
0 0 1 ref $left eq 'Array::APX' and CORE::not defined $right
332 0 1 4 ref $left eq 'Array::APX' and ref $right ne 'CODE'
0 0 1 ref $_[0] eq 'Array::APX' and ref $_[1] eq 'CODE'
893 55 0 117 ref $_[0] ne 'ARRAY' and ref $_[1] ne 'ARRAY'
939 6 0 0 ref $$e[$i] and ref $$e[$i] ne 'Lang5::String'
965 0 0 2 $ltxt =~ /\[/ and CORE::not $ltxt =~ /\]|\)$/
975 0 2 0 $last_type and $last_type ne 'ARRAY'
2 0 0 $last_type and $last_type ne 'ARRAY' and $last_type ne 'Lang5::String'

or 3 conditions

line l !l&&r !l&&!r condition
261 2 0 4 ref $left eq 'Array::APX' and ref $right eq 'Array::APX' or ref $left eq 'Array::APX' and defined $right and CORE::not ref $right
910 0 0 2 CORE::not ref $element or ref $element eq 'Lang5::String'