File Coverage

blib/lib/Father/Son/HolySpirit.pm
Criterion Covered Total %
statement 1 1 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod 1 1 100.0
total 3 3 100.0


line stmt bran cond sub pod time code
1             package Father::Son::HolySpirit;
2              
3             require Exporter;
4             our @ISA = "Exporter";
5              
6             our @EXPORT = qw(
7             amen
8             );
9              
10             our $VERSION = '1.00';
11              
12 2     2 1 73 sub amen { 1 }
13              
14             amen;
15              
16             __END__