Branch Coverage

blib/lib/Fsdb/Filter/dbrow.pm
Criterion Covered Total %
branch 0 14 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'}, 'close!', \$self->{'_close'}, 'd|debug+', \$self->{'_debug'}, 'header=s', \$self->{'_header'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'log!', \$self->{'_logprog'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } , 'v|invert-match!', \$self->{'_invert_match'}, 'w|warnings!', \$self->{'_warnings'})
213 0 0 if defined $self->{'_header'}
225 0 0 $self->{'_invert_match'} ? :
236 0 0 $self->{'_warnings'} ? :
0 0 $needs_lfref ? :
248 0 0 if ($self->{'_debug'})
253 0 0 if $@