blib/lib/Mail/DKIM.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 Mail::DKIM; | ||||||
2 | 3 | 3 | 444392 | use strict; | |||
3 | 77 | ||||||
3 | 95 | ||||||
3 | 3 | 3 | 17 | use warnings; | |||
3 | 6 | ||||||
3 | 171 | ||||||
4 | our $VERSION = '1.20230212'; # VERSION | ||||||
5 | # ABSTRACT: Signs/verifies Internet mail with DKIM/DomainKey signatures | ||||||
6 | |||||||
7 | #require 5.010; | ||||||
8 | |||||||
9 | |||||||
10 | our $SORTTAGS = 0; | ||||||
11 | |||||||
12 | 1; | ||||||
13 | |||||||
14 | __END__ |