lib/Mail/AuthenticationResults/Header/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 24 | 30 | 80.0 |
line | l | !l | condition |
---|---|---|---|
322 | 0 | 1 | $match && 1 |
326 | 0 | 84 | $match && 1 |
342 | 0 | 1 | $match && 1 |
345 | 97 | 59 | $match && 1 |
362 | 0 | 2 | $match && 1 |
365 | 0 | 3 | $match && 1 |
383 | 21 | 98 | $match && 1 |
386 | 3 | 2 | $match && 1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
321 | 571 | 2 | 1 | ref $search->{'key'} eq "Regexp" and $self->key =~ /$search->{'key'}/ |
341 | 670 | 4 | 1 | ref $search->{'value'} eq "Regexp" and $self->value =~ /$search->{'value'}/ |
361 | 12 | 2 | 2 | ref $search->{'authserv_id'} eq "Regexp" and $authserv_id =~ /$search->{'authserv_id'}/ |
382 | 242 | 46 | 5 | lc ref $self eq "mail::authenticationresults::header" and lc $search->{'isa'} eq "header" |
line | l | !l | condition |
---|---|---|---|
360 | 16 | 0 | eval { do { $self->value->value } } || '' |