File Coverage

blib/lib/File/Assets/Filter/Minifier/JS.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 File::Assets::Filter::Minifier::JS;
2              
3 9     9   13457 use strict;
  9         21  
  9         350  
4 9     9   45 use warnings;
  9         23  
  9         269  
5              
6 9     9   49 use base qw/File::Assets::Filter::Minifier::JavaScript/;
  9         18  
  9         911  
7              
8             1;