inc/Test/More.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 33 | 3.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
730 | 1 | 0 | 0 | @imports == 1 and $imports[0] =~ /^\d+(?:\.\d+)?$/ |
1163 | 0 | 0 | 0 | $same_ref and $e1 eq $e2 |
line | l | !l | condition |
---|---|---|---|
1052 | 0 | 0 | $$entry{'type'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
489 | 0 | 0 | 0 | ref $proto || $proto |
1011 | 0 | 0 | 0 | @_ == 2 or @_ == 3 |
1028 | 0 | 0 | 0 | ref $this || ref $that |
line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
---|---|---|---|---|---|
1025 | 0 | 0 | 0 | 0 | not ref $this xor not ref $that |
1161 | 0 | 0 | 0 | 0 | not ref $e1 xor not ref $e2 |
1163 | 0 | 0 | 0 | 0 | defined $e1 xor defined $e2 |
0 | 0 | 0 | 0 | $e1 == $DNE xor $e2 == $DNE |