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   599806 use strict;
  2         12  
  2         62  
4 2     2   11 use warnings;
  2         5  
  2         57  
5 2     2   10 use base qw( Alien::Base );
  2         5  
  2         735  
6              
7             # ABSTRACT: Install the C libxml2 library on your system
8             our $VERSION = '0.17'; # VERSION
9              
10              
11              
12              
13             1;
14              
15             __END__