Branch Coverage

blib/lib/Fsdb/Filter/dbcolscorrelate.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
231 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'}, 'd|debug+', \$self->{'_debug'}, 'f|format=s', \$self->{'_format'}, 'F|fs|cs|fieldseparator|columnseparator=s', \$self->{'_fscode'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'log!', \$self->{'_logprog'}, 's|sample!', \$self->{'_sample'}, 'T|tmpdir|tempdir=s', \$self->{'_tmpdir'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } )
249 0 0 if $#{$$self{'_columns'};} < 1
255 0 0 if defined $columns_processed{$column}
259 0 0 unless defined $self->{'_colis'}[$i]
261 0 0 if $i >= $j
266 0 0 if $#output_columns == 0
270 0 0 if defined $self->{'_fscode'}
304 0 0 $self->{'_sample'} ? :
327 0 0 unless defined $means[$_]
330 0 0 unless defined $stddevs[$_]
346 0 0 if $i >= $j
359 0 0 if (not $x =~ /$Fsdb::Filter::dbcolscorrelate::is_numeric_regexp/) { }
369 0 0 if $i >= $j or not defined $zs[$i] or not defined $zs[$j]
382 0 0 if $i >= $j
383 0 0 if ($ns->[$i][$j] == 0) { }