| blib/lib/WWW/Noss/FeedConfig.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 20 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 271 | 0 | 0 | 2 | defined $self->{'RetryCache'} and -f $self->{'RetryCache'} |
| line | l | !l | condition |
|---|---|---|---|
| 51 | 1 | 16 | $param{"groups"} // [] |
| 65 | 3 | 0 | $_->include_title // [] |
| 68 | 3 | 0 | $_->exclude_title // [] |
| 71 | 3 | 0 | $_->include_content // [] |
| 74 | 3 | 0 | $_->exclude_content // [] |
| 77 | 3 | 0 | $_->include_tags // [] |
| 80 | 3 | 0 | $_->exclude_tags // [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 315 | 0 | 1 | 0 | $time //= time |