Condition Coverage

lib/Mail/AuthenticationResults/Header/Base.pm
Criterion Covered Total %
condition 24 30 80.0


and 2 conditions

line l !l condition
322 0 1 $match && 1
326 0 78 $match && 1
342 0 1 $match && 1
345 95 58 $match && 1
362 0 2 $match && 1
365 0 3 $match && 1
383 21 90 $match && 1
386 3 2 $match && 1

and 3 conditions

line !l l&&!r l&&r condition
321 539 2 1 ref $search->{'key'} eq "Regexp" and $self->key =~ /$search->{'key'}/
341 647 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 228 45 5 lc ref $self eq "mail::authenticationresults::header" and lc $search->{'isa'} eq "header"

or 2 conditions

line l !l condition
360 16 0 eval { do { $self->value->value } } || ''