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.1;
2 1     1   92552 use v5.24;
  1         3  
3 1     1   5 use warnings;
  1         1  
  1         52  
4 1     1   775 use experimental qw(lexical_subs signatures);
  1         4733  
  1         6  
5              
6             our $TRIAL = 0;
7             our ($GIT_DESCRIBE, $GIT_URL);
8              
9             1;
10             __END__