File Coverage

lib/App/PRT.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 4 4 100.0
pod 0 1 0.0
total 13 14 92.8


line stmt bran cond sub pod time code
1             package App::PRT;
2 1     1   2341 use strict;
  1         1  
  1         28  
3 1     1   4 use warnings;
  1         2  
  1         22  
4 1     1   23 use 5.010001;
  1         3  
5              
6             our $VERSION = "0.21";
7              
8             sub welcome {
9 1     1 0 1424 'welcome!!!!';
10             }
11              
12             1;
13             __END__