| blib/lib/Image/ExifTool/HTML.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 14 | 35.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 385 | 16 | 0 | 0 | $enc and $enc ne "UTF8" |
| 491 | 0 | 0 | 33 | $tagInfo and $tagInfo->{'SubDirectory'} |
| 504 | 0 | 0 | 25 | $tagInfo and $tagInfo->{'SubDirectory'} |
| line | l | !l | condition |
|---|---|---|---|
| 420 | 1 | 0 | $buff =~ /<(!DOCTYPE\s+)?HTML/i or return 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 480 | 33 | 0 | 0 | $attrs =~ /\bcontent\s*=\s*(['"])(.*?)\1/is or $attrs =~ /\bcontent\s*=\s*(['"]?)([\w:.-]+)/is |