File Coverage

blib/lib/HTML/WebDAO.pm
Criterion Covered Total %
statement 10 12 83.3
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 14 16 87.5


line stmt bran cond sub pod time code
1             #$Id: WebDAO.pm 344 2008-09-30 12:45:11Z zag $
2              
3             package HTML::WebDAO;
4              
5 4     4   153249 use strict;
  4         10  
  4         146  
6 4     4   25 use warnings;
  4         7  
  4         134  
7 4     4   2575 use HTML::WebDAO::Base;
  4         9  
  4         257  
8 4     4   2575 use HTML::WebDAO::Element;
  0            
  0            
9             use HTML::WebDAO::Component;
10             use HTML::WebDAO::Container;
11             use HTML::WebDAO::Engine;
12             use HTML::WebDAO::Session;
13             use HTML::WebDAO::Sessionco;
14             use HTML::WebDAO::Lib::RawHTML;
15             our @ISA = qw();
16              
17             our $VERSION = '0.91';
18              
19              
20              
21             1;
22             __END__