| blib/lib/Fsdb/Filter/dbcoldefine.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 8 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 186 | 0 | 0 | unless $self->get_options(\@argv, 'help|?', sub { pod2usage(1); } , 'man', sub { pod2usage('-verbose', 2); } , 'autorun!', \$self->{'_autorun'}, 'close!', \$self->{'_close'}, 'd|debug+', \$self->{'_debug'}, 'F|fs|fieldseparator|columnseparator=s', \$self->{'_fscode'}, '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', @_); } ) | 
| 202 | 0 | 0 | if (not defined $self->{'_header'} and $#{$$self{'_cols'};} == -1) { } | 
| 0 | 0 | elsif (defined $self->{'_header'} and $#{$$self{'_cols'};} == -1) { } | |
| 0 | 0 | elsif (not defined $self->{'_header'} and $#{$$self{'_cols'};} > -1) { } |