File Coverage

blib/lib/P5U.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package P5U;
2              
3 1     1   29944 use 5.010;
  1         3  
  1         36  
4 1     1   1137 use utf8;
  1         12  
  1         6  
5              
6 1     1   973 use App::Cmd::Setup -app;
  1         73038  
  1         7  
7             use Object::AUTHORITY;
8              
9             BEGIN {
10             $P5U::AUTHORITY = 'cpan:TOBYINK';
11             $P5U::VERSION = '0.100';
12             };
13              
14             __PACKAGE__
15             __END__