| 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 | 11 | 11 | 53957 | use strict; | |||
| 11 | 15 | ||||||
| 11 | 323 | ||||||
| 8 | 11 | 11 | 39 | use warnings; | |||
| 11 | 12 | ||||||
| 11 | 458 | ||||||
| 9 | |||||||
| 10 | our $VERSION = 0.1; | ||||||
| 11 | |||||||
| 12 | our $HTTP_01_CHALLENGE_DCV_DIR_IN_DOCROOT = '.well-known/acme-challenge'; | ||||||
| 13 | |||||||
| 14 | 1; |