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 | 671 | use strict; | |||
6 | 11 | ||||||
6 | 233 | ||||||
4 | 6 | 6 | 29 | use warnings; | |||
6 | 8 | ||||||
6 | 170 | ||||||
5 | |||||||
6 | 6 | 6 | 25 | use base 'Bootylicious::Decorator'; | |||
6 | 9 | ||||||
6 | 1064 | ||||||
7 | |||||||
8 | __PACKAGE__->attr('prev'); | ||||||
9 | __PACKAGE__->attr('next'); | ||||||
10 | |||||||
11 | 1; |