File Coverage

blib/lib/Alien/help2man.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::help2man;
2              
3 1     1   300128 use strict;
  1         10  
  1         31  
4 1     1   6 use warnings;
  1         2  
  1         24  
5 1     1   21 use 5.008001;
  1         4  
6 1     1   6 use base qw( Alien::Base );
  1         1  
  1         574  
7              
8             # ABSTRACT: Build or find help2man
9             our $VERSION = '0.01'; # VERSION
10              
11              
12              
13              
14              
15              
16              
17             1;
18              
19             __END__