blib/lib/Data/Paging/Renderer/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 7 | 85.7 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 3 | 66.6 |
pod | 0 | 1 | 0.0 |
total | 8 | 11 | 72.7 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Data::Paging::Renderer::Base; | ||||||
2 | 4 | 4 | 2847 | use common::sense; | |||
4 | 12 | ||||||
4 | 31 | ||||||
3 | |||||||
4 | use Class::Accessor::Lite ( | ||||||
5 | 4 | 47 | new => 1, | ||||
6 | 4 | 4 | 220 | ); | |||
4 | 8 | ||||||
7 | |||||||
8 | sub render { | ||||||
9 | 0 | 0 | 0 | die 'implement me'; | |||
10 | } | ||||||
11 | |||||||
12 | 1; |