| blib/lib/Mail/SPF/v2/Record.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 99 | 0 | 0 | unless (defined $$self{'parse_text'}) |
| 102 | 0 | 0 | unless @$scopes > 0 |
| 105 | 0 | 0 | unless $scope =~ $self->valid_scope |
| 157 | 0 | 0 | if ($$self{'parse_text'} =~ s/^${\$self->version_tag_pattern;}(?:\x20+|$)//) { } |
| 159 | 0 | 0 | unless @$scopes > 0 |
| 162 | 0 | 0 | unless $scope =~ $self->valid_scope |
| 201 | 0 | 0 | unless ref $self and defined $$self{'scopes'} and @{$$self{'scopes'};} |