blib/lib/Fsdb/Filter/db_to_csv.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 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'}, 'C|omit-comments!', \$self->{'_omit_comments'}, 'd|debug+', \$self->{'_debug'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'log!', \$self->{'_logprog'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } ) |
187 | 0 | 0 | if $#argv != -1 |
202 | 0 | 0 | if ($self->{'_omit_comments'}) { } |
211 | 0 | 0 | if $self->{'_omit_comments'} |
217 | 0 | 0 | unless $csv->combine(@{$self->{'_in'}->cols;}) |
237 | 0 | 0 | unless $csv->combine(@$fref) |