| blib/lib/Bootylicious/ArticleWithPager.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 9 | 100.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 |
| pod | n/a | ||
| total | 12 | 12 | 100.0 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Bootylicious::ArticleWithPager; | ||||||
| 2 | |||||||
| 3 | 6 | 6 | 596 | use strict; | |||
| 6 | 5 | ||||||
| 6 | 190 | ||||||
| 4 | 6 | 6 | 20 | use warnings; | |||
| 6 | 8 | ||||||
| 6 | 150 | ||||||
| 5 | |||||||
| 6 | 6 | 6 | 21 | use base 'Bootylicious::Decorator'; | |||
| 6 | 8 | ||||||
| 6 | 1140 | ||||||
| 7 | |||||||
| 8 | __PACKAGE__->attr('prev'); | ||||||
| 9 | __PACKAGE__->attr('next'); | ||||||
| 10 | |||||||
| 11 | 1; |