blib/lib/HTML/ExtractText.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 15 | 80.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 0 | 4 | 1 | $tag eq 'input' and ($_->attr('type') // '') eq 'image' |
line | l | !l | condition |
---|---|---|---|
73 | 2 | 1 | $_->attr('alt') // '' |
4 | 1 | $_->attr('type') // '' | |
77 | 3 | 1 | $_->attr('value') // '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
73 | 2 | 0 | 5 | $tag eq 'img' or $tag eq 'input' and ($_->attr('type') // '') eq 'image' |
82 | 21 | 0 | 1 | @results or $self->ignore_not_found |