blib/lib/Fsdb/Filter/dbcolsregression.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
203 | 0 | 0 | unless $self->get_options(\@argv, 'help|?', sub { pod2usage(1); } , 'man', sub { pod2usage('-verbose', 2); } , 'a|include-non-numeric!', \$self->{'_include_non_numeric'}, 'autorun!', \$self->{'_autorun'}, 'd|debug+', \$self->{'_debug'}, 'f|format=s', \$self->{'_format'}, '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', @_); } ) |
221 | 0 | 0 | if $#{$$self{'_columns'};} != 1 |
226 | 0 | 0 | unless defined $self->{'_colis'}[$_] |
231 | 0 | 0 | if defined $self->{'_fscode'} |
261 | 0 | 0 | unless ($x =~ /$Fsdb::Filter::dbcolsregression::is_numeric_regexp/) |
262 | 0 | 0 | unless $self->{'_include_non_numeric'} |
265 | 0 | 0 | unless ($y =~ /$Fsdb::Filter::dbcolsregression::is_numeric_regexp/) |
266 | 0 | 0 | unless $self->{'_include_non_numeric'} |
277 | 0 | 0 | if $n == 0 |
286 | 0 | 0 | if ($denom_x == 0 or $denom_y == 0) { } |