| blib/lib/PDL/IO/FastRaw.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 26 | 50.0 |
| line | l | !l | condition |
|---|---|---|---|
| 331 | 0 | 1 | $opts ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 204 | 2 | 6 | 0 | $opts->{'Header'} || "$name.hdr" |
| 223 | 2 | 5 | 0 | $opts->{'Header'} || "$name.hdr" |
| 228 | 1 | 6 | 0 | $opts->{'NDims'} // $pdl->getndims |
| 329 | 0 | 0 | 1 | @_ < 2 or @_ > 3 |
| 0 | 0 | 1 | @_ < 2 or @_ > 3 or not UNIVERSAL::isa($pdl, "PDL") | |
| 0 | 0 | 1 | @_ < 2 or @_ > 3 or not UNIVERSAL::isa($pdl, "PDL") or ref $name | |
| 397 | 1 | 0 | 0 | $opts->{'Datatype'} // "double"->enum |
| 415 | 1 | 0 | 2 | $opts->{'Creat'} || $opts->{'Trunc'} |