blib/lib/Fsdb/Filter/csv_to_db.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
188 | 0 | 0 | unless $self->get_options(\@argv, 'help|?', sub { pod2usage(1); } , 'man', sub { pod2usage('-verbose', 2); } , 'autorun!', \$self->{'_autorun'}, 'd|debug+', \$self->{'_debug'}, 'F|fs|cs|fieldseparator|columnseparator=s', \$self->{'_fscode'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'log!', \$self->{'_logprog'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } ) |
189 | 0 | 0 | if $#argv >= 0 |
209 | 0 | 0 | unless my $e = $csv->parse($header) |
232 | 0 | 0 | unless defined $line |
235 | 0 | 0 | if $line eq '' |
237 | 0 | 0 | unless ($e) |