Condition Coverage

inc/Test/More.pm
Criterion Covered Total %
condition 20 67 29.8


and 3 conditions

line !l l&&!r l&&r condition
185 0 19 0 defined $item and $item eq "no_diag"
0 10 9 defined $item and $item eq "import"
206 0 7 5 $class eq __PACKAGE__ and !$import || grep(($_ eq '$TODO'), @$import)
987 0 0 0 @imports == 1 and $imports[0] =~ /^\d+(?:\.\d+)?$/
1355 0 0 0 $plan and $plan =~ /^\d+$/
1360 0 0 0 defined $how_many and $how_many =~ /\D/
1575 0 0 119 defined $e2 and $e1 eq $e2
1602 0 44 0 $same_ref and $e1 eq $e2

or 2 conditions

line l !l condition
715 0 0 $args ||= []
1035 0 0 $SIG{'__DIE__'} || undef
1149 0 0 $entry->{'type'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
206 3 5 4 !$import || grep(($_ eq '$TODO'), @$import)
544 0 0 0 ref $proto || $proto
1104 0 21 0 @_ == 2 or @_ == 3
1122 21 0 0 ref $got || ref $expected
1572 23 0 119 ref $e1 or ref $e2
1600 44 0 0 ref $e1 || ref $e2
1602 44 0 0 defined $e1 || defined $e2

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
1122 0 0 0 21 not ref $got xor not ref $expected
1599 0 0 0 44 !ref($e1) ^^ !ref($e2)
1602 44 0 0 0 defined $e1 xor defined $e2
0 0 0 44 _dne($e1) xor _dne($e2)