| blib/lib/PDL/Ops.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 12 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 1900 | 2 | 11 | unless UNIVERSAL::isa($x, "PDL") |
| 1901 | 0 | 11 | if $x->is_inplace and defined $y |
| 1902 | 2 | 9 | if ($x->is_inplace) { } |
| 7 | 2 | elsif (CORE::not defined $y) { } | |
| 2207 | 8 | 26 | if UNIVERSAL::isa($_[0], "PDL") and CORE::not $_[0]->type->real |
| 2255 | 0 | 3 | if UNIVERSAL::isa($_[0], "PDL") and CORE::not $_[0]->type->real |