Branch Coverage

blib/lib/Fsdb/Filter/dbcolmovingstats.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
258 0 0 unless $self->get_options(\@argv, 'help|?', sub { pod2usage(1); } , 'man', sub { pod2usage(-'verbose', 2); } , 'a|include-non-numeric!', \$self->{'_include_non_numeric'}, 'autorun!', \$self->{'_autorun'}, 'close!', \$self->{'_close'}, 'd|debug+', \$self->{'_debug'}, 'e|empty=s', \$self->{'_empty'}, 'f|format=s', \$self->{'_format'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'log!', \$self->{'_logprog'}, 'm|median!', \$self->{'_median'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } , 'w|n|window=i', \$self->{'_window'})
273 0 0 unless defined $self->{'_target_column'}
278 0 0 unless defined $self->{'_target_coli'}
282 0 0 if $self->{'_median'}
285 0 0 unless $self->{'_out'}->col_create($_)
308 0 0 if $doing_median
323 0 0 unless defined $x
325 0 0 unless ($x =~ /$Fsdb::Filter::dbcolmovingstats::is_numeric_regexp/)
326 0 0 if ($self->{'_include_non_numeric'}) { }
333 0 0 if ($x_is_valid)
339 0 0 if ($#d >= $req_acc)
359 0 0 $n <= 1 ? :
362 0 0 $sqrt_part > 0 ? :
376 0 0 if ($mean != 0 and $stddev != 0 and $stddev / $mean < 1e-07)
379 0 0 if ($doing_median)
393 0 0 if ($n < $req_acc and defined $empty_value) { }
397 0 0 if defined $stddev
399 0 0 unless defined $stddev or defined $empty_value
402 0 0 if $doing_median