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   233292 use strict;
  2         10  
  2         60  
4 2     2   11 use warnings;
  2         3  
  2         45  
5 2     2   44 use 5.014;
  2         7  
6 2     2   12 use base qw( Alien::Base );
  2         4  
  2         1116  
7              
8             # ABSTRACT: Alien to download and install libnewrelic
9             our $VERSION = '0.07'; # VERSION
10              
11              
12              
13              
14              
15              
16             1;
17              
18             __END__