File Coverage

blib/lib/Acme/Prereq/F.pm
Criterion Covered Total %
statement 8 9 88.8
branch n/a
condition n/a
subroutine 3 4 75.0
pod 0 1 0.0
total 11 14 78.5


line stmt bran cond sub pod time code
1             package Acme::Prereq::F;
2              
3 1     1   73312 use 5.006;
  1         4  
4 1     1   7 use strict;
  1         3  
  1         24  
5 1     1   5 use warnings;
  1         2  
  1         89  
6              
7             =head1 NAME
8              
9             Acme::Prereq::F - Module for testing CPAN module prerequisites
10              
11             =head1 VERSION
12              
13             Version 1.0.0
14              
15             =cut
16              
17             our $VERSION = '1.0.0';
18              
19             sub one() {
20 0     0 0   print "One !\n";
21             }
22              
23             1; # End of Acme::Prereq::F