Branch Coverage

blib/lib/Fsdb/Filter/dbcolsplittocols.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
234 0 0 unless $self->get_options(\@argv, 'help|?', sub { pod2usage(1); } , 'man', sub { pod2usage('-verbose', 2); } , 'autorun!', \$self->{'_autorun'}, 'close!', \$self->{'_close'}, 'C|element-separator=s', \$self->{'_elem_separator'}, 'd|debug+', \$self->{'_debug'}, 'E|enumerate!', \$self->{'_enumerate'}, 'header=s', \$self->{'_header'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'log!', \$self->{'_logprog'}, 'N|new-name=s', \$self->{'_destination_column_list'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } )
250 0 0 if defined $self->{'_header'}
253 0 0 unless defined $self->{'_target_column'}
257 0 0 unless defined $self->{'_target_coli'}
261 0 0 if $self->{'_elem_separator'} =~ /\'/
265 0 0 if ($self->{'_enumerate'}) { }
269 0 0 if (defined $self->{'_destination_column_list'}) { }
285 0 0 unless $self->{'_out'}->col_create($_)
314 0 0 if $self->{'_debug'}
316 0 0 if $@