| /root/.cpan/build/PDL-CCS-1.24.1-0/t/common.plt | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 18 | 22.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 28 | 0 | 0 | 0 | @_ == 1 and ref $_[0] |
| 0 | 0 | 0 | @_ == 1 and ref $_[0] and ref $_[0] eq "CODE" | |
| 71 | 0 | 0 | 2489 | $p1->ndims == $p2->ndims && all(pdl(PDL::long(), [$p1->dims]) == pdl(PDL::long(), [$p2->dims])) |
| 94 | 0 | 0 | 2482 | defined $got && defined $want && cmp_dims($got, $want) && all(matchpdl($want, $got)) |
| 108 | 0 | 0 | 9 | defined $got && defined $want && all(matchpdl($want, $got)) |
| 121 | 0 | 0 | 7 | defined $got && defined $want && cmp_dims($got, $want) && all(matchpdla($want, $got, $eps)) |