Condition Coverage

support/Test/More.pm
Criterion Covered Total %
condition 15 42 35.7


and 3 conditions

line !l l&&!r l&&r condition
177 0 24 0 defined $item and $item eq 'no_diag'
667 0 0 0 @imports == 1 and $imports[0] =~ /^\d+(?:\.\d+)?$/
1003 0 80 0 defined $how_many and $how_many =~ /\D/
1223 0 675 12105 $same_ref and $e1 eq $e2

or 2 conditions

line l !l condition
832 0 0 $entry->{'type'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
465 0 0 0 ref $proto || $proto
787 0 518 0 @_ == 2 or @_ == 3
805 470 0 48 ref $this || ref $that
1221 827 0 11953 ref $e1 || ref $e2

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
805 0 0 0 470 not ref $this xor not ref $that
1220 11953 0 0 827 not ref $e1 xor not ref $e2
1223 12777 0 0 3 defined $e1 xor defined $e2
0 0 0 12780 $e1 == $DNE xor $e2 == $DNE