| blib/lib/Statistics/LineFit.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 12 | 58.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 12 | 0 | 5 | defined $$self{'intercept'} and defined $$self{'slope'} |
| 287 | 15 | 0 | 1 | defined $$self{'tStatInt'} and defined $$self{'tStatSlope'} |
| 358 | 1 | 0 | 15 | defined $$self{'intercept'} and defined $$self{'slope'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 24 | 0 | 15 | 0 | ref $caller || $caller |