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 30     30   15121 use strict;
  30         53  
  30         852  
3 30     30   127 use warnings;
  30         53  
  30         754  
4              
5 30     30   127 use WWW::Shopify::Liquid::Tag;
  30         47  
  30         882  
6              
7             package WWW::Shopify::Liquid::Tag::Paginate;
8 30     30   116 use base 'WWW::Shopify::Liquid::Tag::Enclosing';
  30         50  
  30         2206  
9              
10             1;