| blib/lib/Mail/SPF/v2/Record.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 103 | 0 | 0 | unless (defined $self->{'parse_text'}) |
| 106 | 0 | 0 | unless @$scopes > 0 |
| 109 | 0 | 0 | unless $scope =~ $self->valid_scope |
| 161 | 0 | 0 | if ($self->{'parse_text'} =~ s/^${\$self->version_tag_pattern;}(?:\x20+|$)//) { } |
| 163 | 0 | 0 | unless @$scopes > 0 |
| 166 | 0 | 0 | unless $scope =~ $self->valid_scope |
| 205 | 0 | 0 | unless ref $self and defined $self->{'scopes'} and @{$self->{'scopes'};} |