blib/lib/Fsdb/Filter/kitrace_to_db.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
207 | 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', @_); } , 'u|utc!', \$self->{'_utc'}, 'Y|year=i', \$self->{'_year'}) |
222 | 0 | 0 | unless (defined $self->{'_year'}) |
223 | 0 | 0 | $self->{'_utc'} ? : |
274 | 0 | 0 | if $@ |
279 | 0 | 0 | unless defined $line |
281 | 0 | 0 | if ($line =~ /^Warning:\s+(\d+) traces were lost/) |
287 | 0 | 0 | unless $diff =~ /\d/ |
290 | 0 | 0 | $self->{'_utc'} ? : |