Condition Coverage

blib/lib/Mail/BIMI/Record.pm
Criterion Covered Total %
condition 19 57 33.3


and 3 conditions

line !l l&&!r l&&r condition
73 0 0 0 $self->authority and $self->authority->is_relevant
92 31 0 0 $self->authority->is_relevant and not $self->authority->is_valid
95 0 25 6 $self->location_is_relevant and not $self->location->is_valid
102 0 0 0 $self->authority and $self->authority->vmc
0 0 0 $self->authority and $self->authority->vmc and $self->authority->vmc->is_valid
107 0 25 0 $self->authority and $self->authority->is_relevant
110 0 0 0 $self->location_is_relevant and not $self->location
0 0 0 $self->location_is_relevant and not $self->location->indicator
0 0 0 $self->location_is_relevant and $self->authority->vmc->indicator->data_uncompressed_normalized ne $self->location->indicator->data_uncompressed_normalized
0 0 0 $self->location_is_relevant and $self->authority->vmc->indicator->data_uncompressed ne $self->location->indicator->data_uncompressed
159 4 0 5 $domain eq $fallback_domain and $selector eq $fallback_selector
226 24 0 1 not @matches and $cname
275 0 0 6 $self->location_is_relevant and $self->location

or 2 conditions

line l !l condition
52 5 0 $self->record_hashref->{'a'} // ''
61 30 0 $self->record_hashref->{'l'} // ''
269 6 0 $self->retrieved_record // '-none-'
271 6 0 $self->version // '-none-'
272 6 0 $self->retrieved_domain // '-none-'
273 6 0 $self->retrieved_selector // '-none-'
274 3 3 $self->authority->uri // '-none-'
275 6 0 $self->location->uri // '-none-'
291 0 3 $error->detail // ''