blib/lib/HTML/ElementTable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 85 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
26 | 0 | 0 | 0 | defined $maxrow and defined $maxcol |
36 | 0 | 0 | 0 | ref $_ and $_->tag eq 'tr' |
162 | 0 | 0 | 0 | defined $r and defined $c |
197 | 0 | 0 | 0 | defined $r1 and defined $c1 |
0 | 0 | 0 | defined $r1 and defined $c1 and defined $r2 | |
0 | 0 | 0 | defined $r1 and defined $c1 and defined $r2 and defined $c2 | |
203 | 0 | 0 | 0 | $c1 == 0 and $c2 == $self->maxcol |
279 | 0 | 0 | 0 | defined $row and defined $col |
295 | 0 | 0 | 0 | $d == $dim and $o == $odim |
392 | 0 | 0 | 0 | UNIVERSAL::isa($cell, 'HTML::Element') and $cell->tag eq 'td' || $cell->tag eq 'th' |
495 | 0 | 0 | 0 | $self->beautify and not $self->mask |
587 | 0 | 0 | 0 | !@c && $self->blank_fill && !$self->mask |
706 | 0 | 0 | 0 | $self->alias and $TR_ATTRS{lc $_[0]} |
line | l | !l | condition |
---|---|---|---|
296 | 0 | 0 | $self->cell($attr eq 'colspan' ? ($o, $d) : ($d, $o)) || (next) |
350 | 0 | 0 | $maxrow ||= 0 |
351 | 0 | 0 | $maxcol ||= 0 |
413 | 0 | 0 | $cell->attr('rowspan') || 1 |
414 | 0 | 0 | $cell->attr('colspan') || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
165 | 0 | 0 | 0 | $#{$row->glob_content;} < $c or $c < 0 |
242 | 0 | 0 | 0 | shift() || croak('No tag') |
330 | 0 | 0 | 0 | ref $that || $that |
384 | 0 | 0 | 0 | $tag eq 'tbody' or $tag eq 'thead' |
0 | 0 | 0 | $tag eq 'tbody' or $tag eq 'thead' or $tag eq 'tfoot' | |
392 | 0 | 0 | 0 | $cell->tag eq 'td' || $cell->tag eq 'th' |
504 | 0 | 0 | 0 | ref $that || $that |
542 | 0 | 0 | 0 | $attr eq 'colspan' or $attr eq 'rowspan' |
595 | 0 | 0 | 0 | ref $that || $that |
618 | 0 | 0 | 0 | ref $that || $that |
662 | 0 | 0 | 0 | ref $that || $that |
733 | 0 | 0 | 0 | ref $that || $that |