File Coverage

blib/lib/WWW/Shopify/Liquid/Tag/Paginate.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             #!/usr/bin/perl
2 21     21   10478 use strict;
  21         386  
  21         751  
3 21     21   105 use warnings;
  21         25  
  21         482  
4              
5 21     21   94 use WWW::Shopify::Liquid::Tag;
  21         32  
  21         635  
6              
7             package WWW::Shopify::Liquid::Tag::Paginate;
8 21     21   101 use base 'WWW::Shopify::Liquid::Tag::Enclosing';
  21         34  
  21         1526  
9              
10             1;