| blib/lib/Math/Interpolate.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 21 | 57.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 77 | 1 | 1002 | 0 | $slope >= 0 and $slope >= $deriv[$j] |
| 1002 | 0 | 1 | $slope <= 0 and $slope <= $deriv[$j] | |
| 90 | 1 | 0 | 1002 | $slope >= 0 and $slope >= $deriv[$i] |
| 0 | 1 | 0 | $slope <= 0 and $slope <= $deriv[$i] | |
| 189 | 1001 | 0 | 1001 | defined $dY and ref $dY |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 77 | 0 | 0 | 1003 | $slope >= 0 and $slope >= $deriv[$j] or $slope <= 0 and $slope <= $deriv[$j] |
| 90 | 1002 | 0 | 1 | $slope >= 0 and $slope >= $deriv[$i] or $slope <= 0 and $slope <= $deriv[$i] |