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 v0.999.1;
2 1     1   149081 use v5.24;
  1         4  
3 1     1   6 use warnings;
  1         9  
  1         72  
4 1     1   840 use experimental qw(lexical_subs signatures);
  1         5163  
  1         7  
5              
6             our ($GIT_DESCRIBE, $GIT_URL);
7              
8             1;
9             __END__