| blib/lib/Fsdb/Filter/dbmultistats.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 48 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 271 | 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', @_); } , 'k|key=s', \$self->{'_key_column'}, 'log!', \$self->{'_logprog'}, 'm|median!', \$self->{'_median'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } , 'parallelism=i', \$self->{'_max_parallelism'}, 'q|quantile=i', \$self->{'_quantile'}, 'S|pre-sorted+', \$self->{'_pre_sorted'}, 'T|tmpdir|tempdir=s', \$self->{'_tmpdir'}) |
| 288 | 0 | 0 | unless defined $self->{'_target_column'} |
| 295 | 0 | 0 | if defined $self->{'_include_non_numeric'} |
| 297 | 0 | 0 | if defined $self->{'_confidence_fraction'} |
| 299 | 0 | 0 | if defined $self->{'_format'} |
| 301 | 0 | 0 | if defined $self->{'_median'} |
| 303 | 0 | 0 | if defined $self->{'_quantile'} |
| 305 | 0 | 0 | if defined $self->{'_tmpdir'} |
| 307 | 0 | 0 | if defined $self->{'_max_parallelism'} |
| 318 | 0 | 0 | if defined $self->{'_header'} |
| 323 | 0 | 0 | if $self->{'_pre_sorted'} |
| 325 | 0 | 0 | if defined $self->{'_max_parallelism'} |
| 327 | 0 | 0 | if defined $self->{'_key_column'} |
| 332 | 0 | 0 | if defined $self->{'_median'} or defined $self->{'_quantile'} |
| 333 | 0 | 0 | unless $self->{'_pre_sorted'} |
| 334 | 0 | 0 | if ($self->{'_multi_aware_reducer'}) |
| 349 | 0 | 0 | if $self->{'_debug'} |
| 383 | 0 | 0 | if ($self->{'_child_saves_output'}) { } |
| 386 | 0 | 0 | if (ref($self->{'_output'}) =~ /^Fsdb::IO/) { } |
| 0 | 0 | elsif (ref($self->{'_output'}) =~ /^Fsdb::BoundedQueue/) { } | |
| 0 | 0 | elsif ($self->{'_output'} eq '-') { } | |
| 388 | 0 | 0 | if $self->{'_close'} |
| 391 | 0 | 0 | if $self->{'_close'} |
| 398 | 0 | 0 | if $self->{'_close'} |