| blib/lib/Fsdb/Filter/tcpdump_to_db.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 192 | 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', @_); } , 't|daytime!', \$self->{'_daytime'}, 'T', sub { $self->{'_daytime'} = undef; } , 'log!', \$self->{'_logprog'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } ) |
| 223 | 0 | 0 | unless defined $h |
| 226 | 0 | 0 | if ($self->{'_daytime'}) |
| 227 | 0 | 0 | unless (defined $self->{'_time_origin_S'}) |
| 259 | 0 | 0 | unless defined $line |
| 261 | 0 | 0 | unless $line =~ /^\d/ |
| 271 | 0 | 0 | if $src =~ /truncated/ |
| 277 | 0 | 0 | if ($F[0] =~ /^\d/) |
| 281 | 0 | 0 | if ($F[0] eq 'ack') |
| 285 | 0 | 0 | if ($F[0] eq 'win') |