Branch Coverage

blib/lib/Mail/SPF/v1/Record.pm
Criterion Covered Total %
branch 0 6 0.0


line true false branch
101 0 0 if (defined(my $scopes = $self->{'scopes'}))
102 0 0 unless @$scopes > 0
104 0 0 unless @$scopes == 2 and $scopes->[0] eq 'help' && $scopes->[1] eq 'mfrom' || $scopes->[0] eq 'mfrom' && $scopes->[1] eq 'help'