Condition Coverage

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


and 2 conditions

line l !l condition
335 0 1 $self->rdft && [@{$self->{'coeff'};}]
346 0 1 $other->rdft && [@{$other->{'coeff'};}]
378 0 0 $self->rdft && [@{$self->{'coeff'};}]
408 0 1 $self->rdft && [@{$self->{'coeff'};}]

and 3 conditions

line !l l&&!r l&&r condition
321 0 0 31 $n == int $n && $n > 0 && !($n & $n - 1)
438 3 2 7 $win_fun and ref $win_fun ne 'CODE'
445 2 10 0 $args{'number'} and not $args{'segments'}
470 10 0 0 $args{'segments'} == 1 and not $args{'number'}
497 0 0 1 $self->rdft && $self->{'coeff'}
508 0 10 0 $k and not $m

or 2 conditions

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

or 3 conditions

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