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   1433 use strict;
  1         1  
  1         28  
3 1     1   3 use warnings;
  1         1  
  1         28  
4 1     1   26 use 5.010001;
  1         2  
5              
6             our $VERSION = "0.20";
7              
8             sub welcome {
9 1     1 0 569 'welcome!!!!';
10             }
11              
12             1;
13             __END__