| blib/lib/Math/Series.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 21 | 61.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 230 | 300 | 54 | 18 | $$self{'cached'} and defined $$self{'cache'}[$next_index - $start_index] |
| 285 | 192 | 0 | 42 | @_ and defined $_[0] |
| 315 | 78 | 6 | 24 | $$self{'cached'} and defined $$self{'cache'}[$index - $start_index] |
| 333 | 0 | 0 | 0 | not defined $$self{'cache'}[$last_defined - $start_index] and $last_defined >= $start_index |
| 393 | 48 | 48 | 0 | not $$self{'cached'} and $warnings |
| 397 | 48 | 0 | 48 | $$self{'cached'} and defined $$self{'cache'}[$prev_index - $start_index] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 168 | 0 | 18 | 0 | ref $proto || $proto |