Condition Coverage

lib/App/wsgetmail/MS365.pm
Criterion Covered Total %
condition 2 35 5.7


and 3 conditions

line !l l&&!r l&&r condition
432 0 0 0 $self->size_limit > 0 and length $response->content > $self->size_limit
438 0 0 0 $self->body_size_limit > 0 and length $response->content > $self->body_size_limit
451 0 0 0 ($entity->mime_type // "") =~ m[^text/(?:plain|html)$]i and length $entity->stringify_body > $self->body_size_limit
576 0 0 0 exists $matrix->{$label} and exists $matrix->{$label}{$code}
0 0 0 exists $matrix->{'default'} and exists $matrix->{'default'}{$code}
0 0 0 exists $matrix->{$label} and exists $matrix->{$label}{$code_category}
0 0 0 exists $matrix->{'default'} and exists $matrix->{'default'}{$code_category}
668 0 0 2 $self->post_fetch_action and $self->post_fetch_action eq "mark_message_as_read"

or 2 conditions

line l !l condition
451 0 0 $entity->mime_type // ""
453 0 0 $_->mime_type // ""
455 0 0 $part->mime_type // ""
456 0 0 $part->head->get("Content-Disposition") // ""

or 3 conditions

line l !l&&r !l&&!r condition
638 0 2 0 $filter ||= $self->_get_message_filters