File Coverage

blib/lib/CPAN/API/BuildPL.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             # vim:tw=72:
2 1     1   263957 use strict;
  1         1  
  1         30  
3 1     1   3 use warnings;
  1         2  
  1         81  
4             package CPAN::API::BuildPL;
5             # ABSTRACT: Documentation of the API for using Build.PL
6              
7             our $VERSION = '0.002'; # VERSION
8              
9             1;
10              
11             __END__