File Coverage

blib/lib/Net/ACME/Constants.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Net::ACME::Constants;
2              
3             #----------------------------------------------------------------------
4             # Please do NOT reference these from outside the Net::ACME namespace!
5             #----------------------------------------------------------------------
6              
7 1     1   52210 use strict;
  1         1  
  1         22  
8 1     1   3 use warnings;
  1         1  
  1         39  
9              
10             our $VERSION = 0.093;
11              
12             our $HTTP_01_CHALLENGE_DCV_DIR_IN_DOCROOT = '.well-known/acme-challenge';
13              
14             1;