File Coverage

blib/lib/Acme/MillaTutorial.pm
Criterion Covered Total %
statement 5 6 83.3
branch n/a
condition n/a
subroutine 2 3 66.6
pod 0 1 0.0
total 7 10 70.0


line stmt bran cond sub pod time code
1             package Acme::MillaTutorial;
2              
3 1     1   68108 use strict;
  1         15  
  1         30  
4 1     1   32 use 5.008_005;
  1         4  
5             our $VERSION = '0.02';
6              
7             sub hello
8             {
9 0     0 0   return "Hello World!";
10             }
11             1;
12             __END__