blib/lib/Net/ACME2/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::ACME2::Constants; | ||||||
2 | |||||||
3 | #---------------------------------------------------------------------- | ||||||
4 | # Please do NOT reference these from outside the Net::ACME2 namespace! | ||||||
5 | #---------------------------------------------------------------------- | ||||||
6 | |||||||
7 | 1 | 1 | 6 | use strict; | |||
1 | 1 | ||||||
1 | 26 | ||||||
8 | 1 | 1 | 3 | use warnings; | |||
1 | 2 | ||||||
1 | 37 | ||||||
9 | |||||||
10 | our $VERSION = '0.2-TRIAL2'; | ||||||
11 | |||||||
12 | 1; |