blib/lib/MooX/PDL/Role/Proxy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 22 | 72.7 |
line | true | false | branch |
---|---|---|---|
159 | 12 | 22 | if ($inplace) |
162 | 11 | 1 | if ($inplace == 1) { } |
1 | 0 | elsif ($inplace == 2) { } | |
206 | 0 | 13 | @_ > 1 ? : |
280 | 0 | 3 | unless 2 == @_ |
281 | 3 | 0 | if $_[1] >= 0 |
311 | 1 | 5 | if ($self->is_inplace) |
433 | 76 | 0 | unless (defined $sub) |
510 | 4 | 2 | if (defined $min) { } |
2 | 0 | elsif (defined $max) { } | |
512 | 2 | 2 | if defined $max |