File Coverage

blib/lib/App/cpm.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package App::cpm v1.0.3;
2 1     1   100454 use v5.24;
  1         5  
3 1     1   7 use warnings;
  1         3  
  1         85  
4 1     1   735 use experimental qw(lexical_subs signatures);
  1         4921  
  1         7  
5              
6             our $TRIAL = 0;
7             our ($GIT_DESCRIBE, $GIT_URL);
8              
9             1;
10             __END__