| blib/lib/Statistics/Descriptive/PDL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 31 | 51.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 59 | 81 | 0 | 246 | builtin::blessed($val) and $val->isa("PDL") |
| 91 | 29 | 0 | 0 | builtin::blessed($_[0]) and $_[0]->isa("PDL") |
| 382 | 30 | 0 | 18 | builtin::blessed($pctl) and $pctl->isa("PDL") |
| line | l | !l | condition |
|---|---|---|---|
| 288 | 5 | 0 | $self->min // (return undef) |
| 289 | 5 | 0 | $self->max // (return undef) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 54 | 122 | 0 | 327 | not defined $piddle or $piddle->isempty |
| 72 | 0 | 29 | 0 | ref $proto || $proto |
| 327 | 3 | 0 | 3 | $unique->nelem == $count or $unique->nelem == 1 |
| 349 | 0 | 0 | 1 | not defined $piddle or $piddle->nelem == 0 |
| 365 | 4 | 0 | 76 | not defined $piddle or $piddle->nelem == 0 |
| 370 | 0 | 0 | 60 | $p < 0 or $p > 100 |