File Coverage

blib/lib/Acme/Prereq/E.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Acme::Prereq::E;
2              
3 1     1   73399 use 5.006;
  1         4  
4 1     1   6 use strict;
  1         2  
  1         22  
5 1     1   4 use warnings;
  1         1  
  1         63  
6              
7             =head1 NAME
8              
9             Acme::Prereq::E - Module for testing CPAN module prerequisites
10              
11             =head1 VERSION
12              
13             Version 0.03
14              
15             =cut
16              
17             our $VERSION = '0.03';
18              
19             1; # End of Acme::Prereq::E