File Coverage

blib/lib/WWW/Shopify/Liquid/Tag/Tablerow.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             #!/usr/bin/perl
2 30     30   17114 use strict;
  30         54  
  30         800  
3 30     30   117 use warnings;
  30         44  
  30         1012  
4              
5             package WWW::Shopify::Liquid::Tag::Tablerow;
6 30     30   117 use base 'WWW::Shopify::Liquid::Tag::Enclosing';
  30         44  
  30         2136  
7              
8              
9              
10             1;