| blib/lib/PDL/DSP/Fir.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 9 | 24 | 37.5 |
| line | true | false | branch |
|---|---|---|---|
| 113 | 0 | 3 | unless @_ |
| 115 | 2 | 1 | if (@_ == 1) { } |
| 116 | 0 | 2 | unless ref $_[0] eq 'HASH' |
| 135 | 0 | 3 | if (defined $opts->{'window'}) |
| 137 | 0 | 0 | if (ref $w) { } |
| 149 | 3 | 0 | if ($type eq 'lowpass') { } |
| 0 | 0 | elsif ($type eq 'highpass') { } | |
| 0 | 0 | elsif ($type eq 'window') { } | |
| 0 | 0 | elsif ($type eq 'bandpass') { } | |
| 0 | 0 | elsif ($type eq 'bandstop' or $type eq 'bandreject' or $type eq 'notch') { } | |
| 220 | 3 | 4 | if $N % 2 |
| 245 | 0 | 2 | unless $L % 2 |