Condition Coverage

blib/lib/Mail/Colander/Message.pm
Criterion Covered Total %
condition 0 7 0.0


or 2 conditions

line l !l condition
52 0 0 $self->cache_for->{'headers'}{$key} //= [$self->entity->head->get_all($key)]
62 0 0 $self->cache_for->{'bare_addresses'} //= {}

or 3 conditions

line l !l&&r !l&&!r condition
64 0 0 0 $af->{$type} //= do { my %seen; [grep({not $seen{$_}++;} map({$_->address;} map({parse_email_addresses($_);} $self->entity->head->get_all($type))))] }