blib/lib/Math/Complex_C.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 9 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
109 | 3 | 0 | 0 | substr($re[0], -1, 1) eq 0 and substr($re[0], -2, 1) ne "." |
126 | 3 | 0 | 0 | substr($im[0], -1, 1) eq 0 and substr($im[0], -2, 1) ne "." |
153 | 0 | 53 | 11 | not ref $_[0] and $_[0] eq "Math::Complex_C" |