| blib/lib/Fsdb/Filter/dbmultistats.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 48 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 280 | 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'}, 'c|confidence=f', \$self->{'_confidence_fraction'}, 'd|debug+', \$self->{'_debug'}, 'f|format=s', \$self->{'_format'}, 'header=s', \$self->{'_header'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'j|parallelism=i', \$self->{'_max_parallelism'}, 'k|key=s', \$self->{'_key_column'}, 'log!', \$self->{'_logprog'}, 'm|median!', \$self->{'_median'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } , 'output-on-no-input!', \$self->{'_output_on_no_input'}, 'q|quantile=i', \$self->{'_quantile'}, 'S|pre-sorted+', \$self->{'_pre_sorted'}, 'T|tmpdir|tempdir=s', \$self->{'_tmpdir'}) |
| 297 | 0 | 0 | unless defined $self->{'_target_column'} |
| 304 | 0 | 0 | if defined $self->{'_include_non_numeric'} |
| 306 | 0 | 0 | if defined $self->{'_confidence_fraction'} |
| 308 | 0 | 0 | if defined $self->{'_format'} |
| 310 | 0 | 0 | if defined $self->{'_median'} |
| 312 | 0 | 0 | if defined $self->{'_quantile'} |
| 314 | 0 | 0 | if defined $self->{'_tmpdir'} |
| 316 | 0 | 0 | if defined $self->{'_max_parallelism'} |
| 327 | 0 | 0 | if defined $self->{'_header'} |
| 332 | 0 | 0 | if $self->{'_pre_sorted'} |
| 334 | 0 | 0 | if defined $self->{'_max_parallelism'} |
| 336 | 0 | 0 | if defined $self->{'_key_column'} |
| 341 | 0 | 0 | if defined $self->{'_median'} or defined $self->{'_quantile'} |
| 342 | 0 | 0 | unless $self->{'_pre_sorted'} |
| 343 | 0 | 0 | if ($self->{'_multi_aware_reducer'}) |
| 358 | 0 | 0 | if $self->{'_debug'} |
| 392 | 0 | 0 | if ($self->{'_child_saves_output'}) { } |
| 395 | 0 | 0 | if (ref($self->{'_output'}) =~ /^Fsdb::IO/) { } |
| 0 | 0 | elsif (ref($self->{'_output'}) =~ /^Fsdb::BoundedQueue/) { } | |
| 0 | 0 | elsif ($self->{'_output'} eq '-') { } | |
| 397 | 0 | 0 | if $self->{'_close'} |
| 400 | 0 | 0 | if $self->{'_close'} |
| 407 | 0 | 0 | if $self->{'_close'} |