| blib/lib/XML/RSS/Parser/Util.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 11 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 25 | 0 | 0 | 0 | $prefix and $prefix ne '#default' |
| 34 | 0 | 0 | 0 | $aprefix and $aprefix ne '#default' |
| 64 | 0 | 0 | 0 | not $nocdata and $str =~ / <[^>]+> ## HTML markup | ## or &(?:(?!(\#([0-9]+)|\#x([0-9a-fA-F]+))).*?); ## something that looks like an HTML entity. /x |
| line | l | !l | condition |
|---|---|---|---|
| 14 | 0 | 0 | $encoding ||= 'utf-8' |