| blib/lib/Fsdb/Filter/dbrowdiff.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 215 | 0 | 0 | unless $self->get_options(\@argv, 'help|?', sub { pod2usage(1); } , 'man', sub { pod2usage('-verbose', 2); } , 'autorun!', \$self->{'_autorun'}, 'B|baseline', sub { $self->{'_mode'} = 'B'; } , 'close!', \$self->{'_close'}, 'd|debug+', \$self->{'_debug'}, 'f|format=s', \$self->{'_format'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'I|incremental', sub { $self->{'_mode'} = 'I'; } , 'log!', \$self->{'_logprog'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } ) |
| 230 | 0 | 0 | unless defined $self->{'_target_column'} |
| 236 | 0 | 0 | unless defined $self->{'_target_coli'} |
| 241 | 0 | 0 | unless $self->{'_out'}->col_create($_) |
| 270 | 0 | 0 | if (not defined $base) { } |
| 275 | 0 | 0 | if $base != 0 |
| 278 | 0 | 0 | if ($base == 0) { } |
| 283 | 0 | 0 | if $incremental_mode |