Condition Coverage

blib/lib/PDL/DSP/Fir/Simple.pm
Criterion Covered Total %
condition 3 8 37.5


and 3 conditions

line !l l&&!r l&&r condition
147 1 0 0 $iopts->{'N'} && $iopts->{'N'} > 0

or 2 conditions

line l !l condition
146 0 1 delete $iopts->{'boundary'} || 'periodic'

or 3 conditions

line l !l&&r !l&&!r condition
148 0 0 1 $iopts->{'kern'} || PDL::DSP::Fir::firwin($iopts)