Condition Coverage

blib/lib/Math/Complex_C.pm
Criterion Covered Total %
condition 4 9 44.4


and 3 conditions

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 43 10 not ref $_[0] and $_[0] eq 'Math::Complex_C'