File: | inc/Test/More.pm |
Coverage: | 35.7% |
line | % | coverage | condition | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
175 | 33 |
| defined $item and $item eq 'no_diag' | |||||||||||||||
463 | 0 |
| ref $proto || $proto | |||||||||||||||
661 | 33 |
| @imports == 1 and $imports[0] =~ /^\d+(?:\.\d+)?$/ | |||||||||||||||
807 | 33 |
| @_ == 2 or @_ == 3 | |||||||||||||||
825 | 25 |
| not ref $got xor not ref $expected | |||||||||||||||
67 |
| not ref $got and not ref $expected | ||||||||||||||||
852 | 0 |
| $$entry{'type'} || '' | |||||||||||||||
1023 | 0 |
| defined $how_many and $how_many =~ /\D/ | |||||||||||||||
1240 | 50 |
| not ref $e1 xor not ref $e2 | |||||||||||||||
1241 | 67 |
| !ref($e1) && !ref($e2) | |||||||||||||||
1243 | 67 |
| $same_ref and $e1 eq $e2 | |||||||||||||||
50 |
| defined $e1 xor defined $e2 | ||||||||||||||||
25 |
| _dne($e1) xor _dne($e2) |