blib/lib/Fsdb/Filter/dbcolsplittocols.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
206 | 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'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'log!', \$self->{'_logprog'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } ) |
223 | 0 | 0 | unless defined $self->{'_target_column'} |
227 | 0 | 0 | unless defined $self->{'_target_coli'} |
231 | 0 | 0 | if $self->{'_elem_separator'} =~ /\'/ |
235 | 0 | 0 | if ($self->{'_enumerate'}) { } |
251 | 0 | 0 | unless $self->{'_out'}->col_create($_) |
280 | 0 | 0 | if $self->{'_debug'} |
282 | 0 | 0 | if $@ |