Condition Coverage

blib/lib/Math/FFT.pm
Criterion Covered Total %
condition 18 36 50.0


and 2 conditions

line l !l condition
304 0 1 $self->rdft && [@{$self->{'coeff'};}]
310 0 1 $other->rdft && [@{$other->{'coeff'};}]
335 0 0 $self->rdft && [@{$self->{'coeff'};}]
358 0 1 $self->rdft && [@{$self->{'coeff'};}]

and 3 conditions

line !l l&&!r l&&r condition
295 0 0 31 $n == int $n && $n > 0 && !($n & $n - 1)
382 3 2 7 $win_fun and ref $win_fun ne 'CODE'
388 2 10 0 $args{'number'} and not $args{'segments'}
412 10 0 0 $args{'segments'} == 1 and not $args{'number'}
429 0 1 0 $self->rdft && $self->{'coeff'}
439 0 10 0 $k and not $m

or 2 conditions

line l !l condition
27 17 4 $data->[0] ||= 0
49 1 0 $data->[0] ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
412 2 0 10 not $args{'segments'} or $args{'segments'} == 1 and not $args{'number'}
539 1 0 0 $self->{'mean'} || $self->mean