blib/lib/Fsdb/Filter/dbcol.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
203 | 0 | 0 | unless $self->get_options(\@arg_cols, 'help|?', sub { pod2usage(1); } , 'man', sub { pod2usage('-verbose', 2); } , 'autorun!', \$self->{'_autorun'}, 'close!', \$self->{'_close'}, 'd|debug+', \$self->{'_debug'}, 'e|empty=s', \$self->{'_null_value'}, 'header=s', \$self->{'_header'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'log!', \$self->{'_logprog'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } , 'r|relaxed-errors!', \$self->{'_relaxed_errors'}, 'v|invert-match!', \$self->{'_invert_match'}) |
219 | 0 | 0 | if defined $self->{'_header'} |
224 | 0 | 0 | if ($self->{'_invert_match'}) { } |
228 | 0 | 0 | unless (defined $badf) |
230 | 0 | 0 | unless $self->{'_relaxed_errors'} |
239 | 0 | 0 | unless $bad_cols{$_} |
245 | 0 | 0 | defined $self->{'_in'}->col_to_i($_) ? : |
259 | 0 | 0 | if defined $new_colnames{$colname} |
262 | 0 | 0 | if (defined $in_coli) { } |
0 | 0 | elsif (not defined $self->{'_null_value'}) { } | |
300 | 0 | 0 | if $@ |
328 | 0 | 0 | if $self->{'_debug'} |