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