File Coverage

lib/DBIx/Skinny/Pager/Page/PlusOne.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 DBIx::Skinny::Pager::Page::PlusOne;
2 5     5   68 use strict;
  5         10  
  5         159  
3 5     5   27 use warnings;
  5         7  
  5         129  
4 5     5   26 use base qw(DBIx::Skinny::Pager::Page);
  5         7  
  5         413  
5              
6             1;
7              
8             __END__