Branch Coverage

blib/lib/Fsdb/Filter/csv_to_db.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
174 0 0 unless $self->get_options(\@argv, 'help|?', sub { pod2usage(1); } , 'man', sub { pod2usage(-'verbose', 2); } , 'autorun!', \$self->{'_autorun'}, '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', @_); } )
175 0 0 if $#argv >= 0
195 0 0 unless my $e = $csv->parse($header)
218 0 0 unless defined $line
221 0 0 if $line eq ''
223 0 0 unless ($e)