| blib/lib/PDL/Slices.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 18 | 61.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 452 | 1 | 38 | 29 | ref $ind && UNIVERSAL::isa($ind, 'PDL') && $ind->type eq 'indx' |
| 470 | 27 | 1 | 1 | not $bound =~ /^[0123ftepx]+$/ and $bound =~ /^([0123ftepx])/i |
| 1264 | 0 | 0 | 0 | &blessed($ind[0]) and $ind[0]->isa('PDL') |
| 1639 | 29 | 0 | 3 | not ref $index and $index eq 'X' |
| 1895 | 3359 | 0 | 5 | &blessed($others[$i]) and $others[$i]->isa('PDL') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 1065 | 0 | 0 | 48 | $dim < 0 or $dim > $#newDimOrder |