File Coverage

blib/lib/Alien/Libxml2.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             package Alien::Libxml2;
2              
3 2     2   493611 use strict;
  2         9  
  2         53  
4 2     2   11 use warnings;
  2         2  
  2         48  
5 2     2   8 use base qw( Alien::Base );
  2         3  
  2         575  
6              
7             # ABSTRACT: Install the C libxml2 library on your system
8             our $VERSION = '0.19'; # VERSION
9              
10              
11              
12              
13             1;
14              
15             __END__