File Coverage

blib/lib/App/HTRender.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 App::HTRender;
2              
3 1     1   21696 use 5.010;
  1         3  
  1         63  
4 1     1   6 use strict;
  1         2  
  1         33  
5 1     1   15 use warnings;
  1         16  
  1         45  
6              
7             our $VERSION = '1.00';
8              
9              
10             # Preloaded methods go here.
11              
12             1;
13             __END__