| lib/WWW/Crawler/Mojo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 11 | 72.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 129 | 1 | 0 | 25 | $res->headers->content_length and $res->body |
| 134 | 0 | 2 | 23 | $type and $type =~ qr"^(text|application)/(html|xml|xhtml)" |
| 152 | 0 | 24 | 1 | $type and $type =~ qr"text/css" |
| line | l | !l | condition |
|---|---|---|---|
| 86 | 2 | 11 | $job->method || 'get' |