File Coverage

blib/lib/Alien/automake.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::automake;
2              
3 2     2   313057 use strict;
  2         12  
  2         59  
4 2     2   9 use warnings;
  2         4  
  2         48  
5 2     2   35 use 5.008001;
  2         7  
6 2     2   12 use base qw( Alien::Base );
  2         4  
  2         728  
7              
8             # ABSTRACT: Build or find automake
9             our $VERSION = '0.16'; # VERSION
10              
11              
12              
13              
14              
15              
16             1;
17              
18             __END__