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   9122 use strict;
  9         18  
  9         262  
4 9     9   45 use warnings;
  9         14  
  9         361  
5              
6 9     9   39 use base qw/File::Assets::Filter::Minifier::JavaScript/;
  9         16  
  9         781  
7              
8             1;