blib/lib/NewsExtractor/TXExtractor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
24 | 0 | 0 | if ($tx->result->headers->content_type =~ /charset=(\S+)/) { } |
0 | 0 | elsif (my $el = $dom->at('meta[http-equiv="content-type" i]')) { } | |
27 | 0 | 0 | if ($el->attr("content") =~ /\;\s*charset=(\S+)/i) |
32 | 0 | 0 | if ($charset) |
34 | 0 | 0 | if ($enc) |