| inc/Test/More.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 17 | 55 | 30.9 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 181 | 0 | 37 | 0 | defined $item and $item eq 'no_diag' | 
| 945 | 0 | 0 | 0 | @imports == 1 and $imports[0] =~ /^\d+(?:\.\d+)?$/ | 
| 1301 | 0 | 0 | 0 | defined $how_many and $how_many =~ /\D/ | 
| 1507 | 0 | 0 | 10 | defined $e2 and $e1 eq $e2 | 
| 1534 | 0 | 28 | 0 | $same_ref and $e1 eq $e2 | 
| line | l | !l | condition | 
|---|---|---|---|
| 685 | 0 | 0 | $args ||= [] | 
| 993 | 0 | 0 | $SIG{'__DIE__'} || undef | 
| 1093 | 0 | 1 | $$entry{'type'} || '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 514 | 0 | 0 | 0 | ref $proto || $proto | 
| 1048 | 2 | 5 | 0 | @_ == 2 or @_ == 3 | 
| 1066 | 6 | 1 | 0 | ref $got || ref $expected | 
| 1504 | 22 | 0 | 10 | ref $e1 or ref $e2 | 
| 1532 | 28 | 0 | 0 | ref $e1 || ref $e2 | 
| 1534 | 28 | 0 | 0 | defined $e1 || defined $e2 | 
| line | l&&r | l&&!r | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|---|
| 1066 | 0 | 1 | 0 | 6 | not ref $got xor not ref $expected | 
| 1531 | 0 | 0 | 0 | 28 | not ref $e1 xor not ref $e2 | 
| 1534 | 28 | 0 | 0 | 0 | defined $e1 xor defined $e2 | 
| 0 | 0 | 0 | 28 | _dne($e1) xor _dne($e2) |