| blib/lib/XML/Atom/Feed.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 22 | 27.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 0 | 0 | 0 | $rel{'alternate'} and $type eq 'application/atom+xml' |
| 119 | 4 | 0 | 1 | $opt->{'mode'} and $opt->{'mode'} eq 'insert' |
| 4 | 0 | 1 | $opt->{'mode'} and $opt->{'mode'} eq 'insert' and $first_entry | |
| 132 | 0 | 0 | 0 | $opt->{'mode'} and $opt->{'mode'} eq 'insert' |
| 0 | 0 | 0 | $opt->{'mode'} and $opt->{'mode'} eq 'insert' and $first_entry |
| line | l | !l | condition |
|---|---|---|---|
| 112 | 1 | 4 | $opt ||= {} |
| 129 | 0 | 0 | $opt ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 43 | 0 | 0 | 0 | $res->content_type eq 'text/html' or $res->content_type eq 'application/xhtml+xml' |