Branch Coverage

blib/lib/Fsdb/Filter/xml_to_db.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
201 0 0 unless $self->get_options(\@argv, 'help|?', sub { pod2usage(1); } , 'man', sub { pod2usage(-'verbose', 2); } , 'autorun!', \$self->{'_autorun'}, 'd|debug+', \$self->{'_debug'}, 'e|empty=s', \$self->{'_empty'}, 'k|key|entity=s', \$self->{'_entity'}, 'i|input=s', sub { $self->parse_io_option('input', @_); } , 'log!', \$self->{'_logprog'}, 'o|output=s', sub { $self->parse_io_option('output', @_); } )
202 0 0 if $#argv >= 0
215 0 0 unless defined $self->{'_xml_in'}
221 0 0 unless defined $href->{$_}
223 0 0 if ref $href->{$_} ne 'HASH'
227 0 0 unless defined $href->{$last_entity}
228 0 0 if (ref $href->{$last_entity} eq 'ARRAY') { }
0 0 elsif (ref $href->{$last_entity} eq 'HASH') { }
253 0 0 unless defined $self->{'_entity'}
295 0 0 if (not defined $i) { }