blib/lib/Mail/DKIM/ARC/Seal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 14 | 71.4 |
line | true | false | branch |
---|---|---|---|
22 | 19 | 366 | if exists $prms{'Instance'} |
25 | 0 | 385 | if exists $prms{'Method'} |
30 | 16 | 369 | defined $prms{'Timestamp'} ? : |
31 | 0 | 385 | if defined $prms{'Expiration'} |
32 | 19 | 366 | if defined $prms{'Key'} |
50 | 385 | 0 | if (@_) |
53 | 0 | 385 | unless grep {$cv eq $_;} "none", "fail", "pass" |