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   497326 use strict;
  2         11  
  2         53  
4 2     2   10 use warnings;
  2         5  
  2         47  
5 2     2   9 use base qw( Alien::Base );
  2         3  
  2         622  
6              
7             # ABSTRACT: Install the C libxml2 library on your system
8             our $VERSION = '0.18_01'; # TRIAL VERSION
9             $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)
10              
11              
12              
13              
14             1;
15              
16             __END__