| blib/lib/PDL/Ops.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 1901 | 9 | 2 | 0 | $x->is_inplace and defined $y |
| 2207 | 4 | 22 | 8 | UNIVERSAL::isa($_[0], "PDL") and CORE::not $_[0]->type->real |
| 2255 | 3 | 0 | 0 | UNIVERSAL::isa($_[0], "PDL") and CORE::not $_[0]->type->real |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 2208 | 0 | 0 | 26 | $_[1] // "PDL"->nullcreate($_[0]) |
| 2256 | 0 | 0 | 3 | $_[1] // "PDL"->nullcreate($_[0]) |