| blib/lib/Mojo/Feed.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 20 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 210 | 277 | 34 | 21 | $type and $self->is_feed_content_type($type) |
| 311 | 0 | 21 | $type and $self->is_feed_content_type($type) and $rel{'alternate'} || $rel{'service.feed'} |
| line | l | !l | condition |
|---|---|---|---|
| 229 | 118 | 32 | $self->$_ || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 134 | 0 | 12 | 28 | $result->code == 301 or $result->code == 302 |
| 199 | 32 | 0 | 0 | $result->dom->find('head base')->map('attr', 'href')->join('') || $self->url |
| 203 | 32 | 0 | 0 | $result->dom->find('head > title')->map('text')->join('') || $self->url |
| 210 | 21 | 0 | 0 | $rel{'alternate'} || $rel{'service.feed'} |