| blib/lib/Bootylicious/ArticlePager.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 14 | 92.8 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 5 | 3 | if ($article->created->epoch == $first->created->epoch) |
| 35 | 5 | 0 | unless $prev |
| 49 | 5 | 7 | if $article->created->epoch == $last->created->epoch |
| 59 | 4 | 1 | unless $next |
| 67 | 21 | 10 | if $$self{'articles'} |
| 71 | 1 | 9 | if ($self->timestamp) |
| 74 | 1 | 3 | if $article->created->epoch <= 'Bootylicious::Timestamp'->new('timestamp', $self->timestamp)->epoch |