blib/lib/Fsdb/Filter/dbcolsplittorows.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
222 | 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|empty=s', \$self->{'_empty'}, 'E|enumerate!', \$self->{'_enumerate'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'log!', \$self->{'_logprog'}, 'N|new-name=s', \$self->{'_destination_column'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } ) |
239 | 0 | 0 | unless defined $self->{'_target_column'} |
243 | 0 | 0 | unless defined $self->{'_target_coli'} |
247 | 0 | 0 | if $self->{'_element_separator'} =~ /\'/ |
249 | 0 | 0 | if $self->{'_empty'} =~ /\'/ |
252 | 0 | 0 | if ($self->{'_enumerate'}) |
254 | 0 | 0 | unless $self->{'_out'}->col_create($self->{'_destination_column'}) |
273 | 0 | 0 | if ($self->{'_enumerate'}) |
275 | 0 | 0 | unless defined $enum_coli |
290 | 0 | 0 | !defined($empty) ? : |
0 | 0 | defined $enum_coli ? : | |
297 | 0 | 0 | if $@ |