File Coverage

blib/lib/Alien/libnewrelic.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::libnewrelic;
2              
3 2     2   188810 use strict;
  2         8  
  2         78  
4 2     2   10 use warnings;
  2         3  
  2         38  
5 2     2   33 use 5.014;
  2         6  
6 2     2   6 use base qw( Alien::Base );
  2         4  
  2         914  
7              
8             # ABSTRACT: Alien to download and install libnewrelic
9             our $VERSION = '0.08'; # VERSION
10              
11              
12              
13              
14              
15              
16             1;
17              
18             __END__