File Coverage

blib/lib/HTML/Mason.pm
Criterion Covered Total %
statement 5 6 83.3
branch n/a
condition n/a
subroutine 2 3 66.6
pod 0 1 0.0
total 7 10 70.0


line stmt bran cond sub pod time code
1             package HTML::Mason;
2             # Copyright (c) 1998-2005 by Jonathan Swartz. All rights reserved.
3             # This program is free software; you can redistribute it and/or modify it
4             # under the same terms as Perl itself.
5             $HTML::Mason::VERSION = '1.60';
6 32     32   1251 use 5.006;
  32         110  
7              
8 32     32   16752 use HTML::Mason::Interp;
  32         174  
  32         3535  
9              
10             sub version
11             {
12 0     0 0   return $HTML::Mason::VERSION;
13             }
14              
15             1;
16              
17             # ABSTRACT: High-performance, dynamic web site authoring system
18              
19             __END__