| blib/lib/Fsdb/Filter/sqlselect_to_db.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 173 | 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', @_); } ) |
| 174 | 0 | 0 | if $#argv >= 0 |
| 195 | 0 | 0 | unless defined $header |
| 198 | 0 | 0 | unless $header =~ /^[-+]+$/ |
| 222 | 0 | 0 | unless defined $line |
| 224 | 0 | 0 | if $line =~ /^[-+]+$/ |
| 225 | 0 | 0 | if $line =~ /\d+ rows? in set/ |