blib/lib/HTML/TableParser/Table.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 26 | 73.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
144 | 155 | 0 | 30 | $req->{'match'} and not $req->{'MultiMatch'} |
194 | 55 | 0 | 8 | $req->{'match'} and not $req->{'MultiMatch'} |
304 | 726 | 2807 | 0 | defined $self->{'req'} and exists $self->{'req'}{$method} |
371 | 1630 | 48127 | 0 | not $self->{'in_hdr'} and $self->{'prev_hdr'} |
471 | 167 | 3215 | 0 | not $self->{'in_hdr'} and $self->{'prev_hdr'} |
line | l | !l | condition |
---|---|---|---|
374 | 169 | 49588 | $self->{'col'}{'attr'}{'colspan'} ||= 1 |
375 | 235 | 49522 | $self->{'col'}{'attr'}{'rowspan'} ||= 1 |
436 | 1650 | 261 | $self->{'hdr'}[$cn] ||= [] |
462 | 48147 | 20 | $self->{'data'}[$rnn] ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
16 | 0 | 215 | 0 | ref $this || $this |