Branch Coverage

blib/lib/Fsdb/Filter/dbcol.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
196 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'}, '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'})
215 0 0 if ($self->{'_invert_match'}) { }
219 0 0 unless (defined $badf)
221 0 0 unless $self->{'_relaxed_errors'}
230 0 0 unless $bad_cols{$_}
236 0 0 defined $self->{'_in'}->col_to_i($_) ? :
250 0 0 if defined $new_colnames{$colname}
253 0 0 if (defined $in_coli) { }
0 0 elsif (not defined $self->{'_null_value'}) { }
291 0 0 if $@
319 0 0 if $self->{'_debug'}