Branch Coverage

blib/lib/Math/Function/Interpolator.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
64 0 17 ref $_[0] ? :
67 1 16 unless $params_ref{'points'}
109 1 0 unless ($linear_obj)
126 1 0 unless ($quadratic_obj)
143 1 0 unless ($cubic_obj)
165 35 7 unless $first == $_
166 3 4 &max(@indexes) < $length - 2 ? :