| blib/lib/Mail/DKIM/ARC/Seal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 16 | 68.7 |
| 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 | 0 | 385 | if defined $prms{'Tags'} |
| 33 | 19 | 366 | if defined $prms{'Key'} |
| 51 | 385 | 0 | if (@_) |
| 54 | 0 | 385 | unless grep {$cv eq $_;} "none", "fail", "pass" |