Branch Coverage

lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm
Criterion Covered Total %
branch 14 22 63.6


line true false branch
10 0 55 if 0 == scalar @args
15 6 49 if scalar @args > 1
18 0 49 unless ref $dkim
20 5 44 if ref $dkim eq $class
22 44 0 if "HASH" eq ref $dkim
28 0 49 if 1 == scalar @_
33 0 44 if 1 == scalar @_
38 0 49 if 1 == scalar @_
39 1 48 unless grep {$_ eq $_[1];} "pass", "fail", "neutral", "none", "permerror", "policy", "temperror"
45 0 36 if 1 == scalar @_
68 0 96 unless (defined $self->{$f})