Condition Coverage

blib/lib/Math/Cephes.pm
Criterion Covered Total %
condition 12 23 52.1


and 3 conditions

line !l l&&!r l&&r condition
68 0 0 1 defined $a and defined $b
95 1 1 0 defined $i and $i > 30
110 0 0 1 ref $a eq 'ARRAY' and ref $b eq 'ARRAY'
112 0 0 1 scalar @$a == 3 and scalar @$b == 3

or 2 conditions

line l !l condition
70 1 0 $abs ||= 1e-06
71 1 0 $rel ||= 1e-06
72 1 0 $nmax ||= 256
104 1 1 shift() || 1

or 3 conditions

line l !l&&r !l&&!r condition
86 0 1 23 $test < $abs or abs $test / $sum < $rel