File Coverage

blib/lib/WWW/Shopify/Liquid/Filter/ScriptTag.pm
Criterion Covered Total %
statement 9 10 90.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod 0 1 0.0
total 12 15 80.0


line stmt bran cond sub pod time code
1             #!/usr/bin/perl
2 21     21   10506 use strict;
  21         42  
  21         734  
3 21     21   103 use warnings;
  21         34  
  21         733  
4              
5 21     21   94 package WWW::Shopify::Liquid::Filter::ScriptTag; use base 'WWW::Shopify::Liquid::Filter';
  21         31  
  21         2038  
6 0     0 0   sub operate { return ""; }
7              
8             1;