blib/lib/Fsdb/Filter/dbcolmerge.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 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|empty=s', \$self->{'_empty'}, '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', @_); } ) |
223 | 0 | 0 | if $self->{'_elem_separator'} =~ /\'/ |
226 | 0 | 0 | if $#{$$self{'_merge_columns'};} == -1 |
229 | 0 | 0 | if defined $self->{'_header'} |
235 | 0 | 0 | unless $self->{'_out'}->col_create($self->{'_merged_colname'}) |
244 | 0 | 0 | if $empty eq q['] |
248 | 0 | 0 | unless defined $i |
278 | 0 | 0 | if $self->{'_debug'} |
280 | 0 | 0 | if $@ |