blib/lib/HTML/TableParser/Table.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 26 | 80.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
157 | 155 | 0 | 30 | $req->{'match'} and not $req->{'MultiMatch'} |
211 | 55 | 0 | 8 | $req->{'match'} and not $req->{'MultiMatch'} |
333 | 726 | 8 | 2799 | defined $self->{'req'} and exists $self->{'req'}{$method} |
414 | 1630 | 48023 | 104 | not $self->{'in_hdr'} and $self->{'prev_hdr'} |
525 | 167 | 3215 | 0 | not $self->{'in_hdr'} and $self->{'prev_hdr'} |
line | l | !l | condition |
---|---|---|---|
417 | 169 | 49588 | $self->{'col'}{'attr'}{'colspan'} ||= 1 |
418 | 235 | 49522 | $self->{'col'}{'attr'}{'rowspan'} ||= 1 |
491 | 1650 | 261 | $self->{'hdr'}[$cn] ||= [] |
516 | 48147 | 20 | $self->{'data'}[$rnn] ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
22 | 0 | 215 | 0 | ref $this || $this |