blib/lib/Math/Interpolator.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
113 | 0 | 0 | 0 | @$self == 1 and $$self[0]->role eq 'SOURCE' |
129 | 122 | 19 | 7 | $min == 0 and $x < $$self[$min]->$x_method |
113 | 21 | 7 | $max == @$self - 1 and $x > $$self[$max]->$x_method | |
154 | 0 | 0 | 200 | $$self[$min]->role eq 'KNOT' and $$self[$max]->role eq 'KNOT' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
159 | 1 | 1 | 74 | $min == 0 or $max == @$self - 1 |