blib/lib/Fsdb/Filter/yaml_to_db.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
194 | 0 | 0 | unless $self->get_options(\@argv, 'help|?', sub { pod2usage(1); } , 'man', sub { pod2usage('-verbose', 2); } , 'autorun!', \$self->{'_autorun'}, 'd|debug+', \$self->{'_debug'}, 'e|empty=s', \$self->{'_empty'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'log!', \$self->{'_logprog'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } ) |
195 | 0 | 0 | if $#argv >= 0 |
214 | 0 | 0 | if ref $yaml ne 'ARRAY' |
226 | 0 | 0 | if ref $href ne 'HASH' |
229 | 0 | 0 | if defined $cols_hash{$_} |
267 | 0 | 0 | if (not defined $i) { } |