File Coverage

blib/lib/Tree/Simple/SAX.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              
2             package Tree::Simple::SAX;
3              
4 1     1   19702 use strict;
  1         2  
  1         33  
5 1     1   5 use warnings;
  1         2  
  1         42  
6              
7             our $VERSION = '0.01';
8              
9             # load the handler
10 1     1   511 use Tree::Simple::SAX::Handler;
  1         2  
  1         38  
11              
12             1;
13              
14             __END__