File Coverage

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


line stmt bran cond sub pod time code
1             package App::PRT;
2 1     1   1494 use strict;
  1         2  
  1         31  
3 1     1   5 use warnings;
  1         2  
  1         27  
4 1     1   26 use 5.010001;
  1         7  
  1         65  
5              
6             our $VERSION = "0.19";
7              
8             sub welcome {
9 1     1 0 593 'welcome!!!!';
10             }
11              
12             1;
13             __END__