| lib/WWW/Flatten.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 32 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 116 | 0 | 0 | 0 | not $type =~ /$html_type_regex/ || $type =~ /$css_type_regex/ and -f $self->basedir . $new_id |
| 127 | 0 | 0 | 0 | $type and $type =~ /$html_type_regex/ |
| 0 | 0 | 0 | $type and $type =~ /$css_type_regex/ | |
| 194 | 0 | 0 | 0 | $_[0] =~ qr/http\-equiv="?Refresh"?/i and $_[0]{'content'} |
| line | l | !l | condition |
|---|---|---|---|
| 55 | 0 | 0 | shift() || 6 |
| 63 | 0 | 0 | shift() || 6 |
| 109 | 0 | 0 | $self->ua->head($url)->res->headers->content_type || '' |
| 128 | 0 | 0 | guess_encoding($res) || 'UTF-8' |
| 140 | 0 | 0 | guess_encoding($res) || 'UTF-8' |
| 171 | 0 | 0 | ($url =~ qr/(#.+)/)[0] || '' |
| 177 | 0 | 0 | $ref_path || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 112 | 0 | 0 | 0 | $ext1 || $ext2 |
| 116 | 0 | 0 | 0 | $type =~ /$html_type_regex/ || $type =~ /$css_type_regex/ |