blib/lib/Fsdb/Filter/dbcolstatscores.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 28 | 0.0 |
line | true | false | branch |
---|---|---|---|
248 | 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'}, 'f|format=s', \$self->{'_format'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'log!', \$self->{'_logprog'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } , 't!', \$self->{'_do_tscores'}, 'tmean=f', \$self->{'_t_mean'}, 'tstddev|tsd=f', \$self->{'_t_stddev'}, 'T|tmpdir|tempdir=s', \$self->{'_tmpdir'}) |
263 | 0 | 0 | unless defined $self->{'_target_column'} |
264 | 0 | 0 | if defined $self->{'_t_mean'} |
265 | 0 | 0 | if defined $self->{'_t_stddev'} |
272 | 0 | 0 | unless defined $self->{'_target_coli'} |
276 | 0 | 0 | unless $self->{'_out'}->col_create('zscore') |
277 | 0 | 0 | if ($self->{'_do_tscores'}) |
279 | 0 | 0 | unless $self->{'_out'}->col_create('tscore') |
317 | 0 | 0 | unless defined $stats_href->{$_} |
328 | 0 | 0 | if $target_coli != $new_target_coli |
333 | 0 | 0 | $self->{'_do_tscores'} ? : |
336 | 0 | 0 | if ($x =~ /$Fsdb::Filter::dbcolstatscores::is_numeric_regexp/) { } |
339 | 0 | 0 | if ($self->{'_do_tscores'}) |
345 | 0 | 0 | if $self->{'_do_tscores'} |