File Coverage

blib/lib/Alien/Expat.pm
Criterion Covered Total %
statement 11 11 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod n/a
total 15 15 100.0


line stmt bran cond sub pod time code
1             package Alien::Expat;
2              
3 2     2   244395 use strict;
  2         8  
  2         49  
4 2     2   8 use warnings;
  2         3  
  2         37  
5 2     2   32 use 5.008001;
  2         5  
6 2     2   16 use base qw( Alien::Base );
  2         4  
  2         935  
7              
8             # ABSTRACT: Find or install the Expat stream-oriented XML parser
9             our $VERSION = '0.04'; # VERSION
10              
11              
12             1;
13              
14             __END__