Condition Coverage

inc/Test/More.pm
Criterion Covered Total %
condition 16 49 32.6


and 3 conditions

line !l l&&!r l&&r condition
181 0 47 0 defined $item and $item eq 'no_diag'
762 0 0 0 @imports == 1 and $imports[0] =~ /^\d+(?:\.\d+)?$/
1164 0 0 0 defined $how_many and $how_many =~ /\D/
1386 0 27 124 $same_ref and $e1 eq $e2

or 2 conditions

line l !l condition
657 0 0 $args ||= []
806 0 0 $SIG{'__DIE__'} || undef
956 1 1 $$entry{'type'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
509 0 0 0 ref $proto || $proto
911 14 12 0 @_ == 2 or @_ == 3
929 26 0 0 ref $got || ref $expected
1384 26 0 125 ref $e1 || ref $e2
1386 151 0 0 defined $e1 || defined $e2

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
929 0 0 0 26 not ref $got xor not ref $expected
1383 125 0 0 26 not ref $e1 xor not ref $e2
1386 151 0 0 0 defined $e1 xor defined $e2
0 0 0 151 _dne($e1) xor _dne($e2)