File Coverage

blib/lib/App/HTRender.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package App::HTRender;
2              
3 1     1   13253 use 5.010;
  1         3  
4 1     1   3 use strict;
  1         1  
  1         19  
5 1     1   3 use warnings;
  1         4  
  1         34  
6              
7             our $VERSION = '0.03_3320';
8              
9              
10             # Preloaded methods go here.
11              
12             1;
13             __END__