blib/lib/Fsdb/Filter/tcpdump_to_db.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
197 | 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', @_); } ) |
228 | 0 | 0 | unless defined $h |
231 | 0 | 0 | if ($self->{'_daytime'}) |
232 | 0 | 0 | unless (defined $self->{'_time_origin_S'}) |
264 | 0 | 0 | unless defined $line |
266 | 0 | 0 | unless $line =~ /^\d/ |
276 | 0 | 0 | if $src =~ /truncated/ |
282 | 0 | 0 | if ($F[0] =~ /^\d/) |
286 | 0 | 0 | if ($F[0] eq 'ack') |
290 | 0 | 0 | if ($F[0] eq 'win') |