Branch Coverage

blib/lib/Fsdb/Filter/html_table_to_db.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
180 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', @_); } )
181 0 0 if $#argv >= 0
220 0 0 if $tag eq 'tr' and not $inside{'table'}
221 0 0 if ($tag eq 'th' or $tag eq 'td')
223 0 0 if $inside{'th'} or $inside{'td'}
225 0 0 unless $inside{'table'} and $inside{'tr'}
234 0 0 if ($tag eq 'th' or $tag eq 'td') { }
0 0 elsif ($tag eq 'tr') { }
235 0 0 if $tag eq 'th'
240 0 0 if $text =~ /^\s+$/
242 0 0 if defined $colspan and $colspan > 1
246 0 0 unless (defined $self->{'_out'})
248 0 0 if ($header_count == $#row + 1) { }
260 0 0 if $got_header
263 0 0 if ($#row + 1 != $self->{'_out'}->ncols)
272 0 0 if $row[$_] =~ /^\s*$/
279 0 0 if $inside{'script'} or $inside{'style'}
280 0 0 unless $inside{'table'} and $inside{'tr'}
281 0 0 if $inside{'td'} or $inside{'th'}
291 0 0 if $#cols == -1