blib/lib/PDL/Reduce.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
152 | 0 | 3 | 2 | defined $dim and $dim != 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
137 | 4 | 1 | 0 | exists $reduce{$op} or ref $op eq 'CODE' |
145 | 0 | 0 | 1 | $min >= $n or $max >= $n |
155 | 0 | 0 | 2 | $dim < 0 or $dim >= $n |