File Coverage

blib/lib/HTML/Template/Compiled/Formatter.pm
Criterion Covered Total %
statement 12 12 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 16 16 100.0


line stmt bran cond sub pod time code
1             package HTML::Template::Compiled::Formatter;
2 1     1   13628 use strict;
  1         2  
  1         22  
3 1     1   3 use warnings;
  1         1  
  1         29  
4             our $VERSION = '1.002_001'; # TRIAL VERSION
5              
6 1     1   3 use base 'HTML::Template::Compiled';
  1         1  
  1         642  
7              
8 1     1   4 use vars qw($formatter);
  1         1  
  1         33  
9              
10             1;
11              
12             __END__