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
405 0 0 0 $self->size_limit > 0 and length $response->content > $self->size_limit
411 0 0 0 $self->body_size_limit > 0 and length $response->content > $self->body_size_limit
424 0 0 0 ($entity->mime_type // "") =~ m[^text/(?:plain|html)$]i and length $entity->stringify_body > $self->body_size_limit
549 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}
641 0 0 1 $self->post_fetch_action and $self->post_fetch_action eq "mark_message_as_read"

or 2 conditions

line l !l condition
424 0 0 $entity->mime_type // ""
426 0 0 $_->mime_type // ""
428 0 0 $part->mime_type // ""
429 0 0 $part->head->get("Content-Disposition") // ""

or 3 conditions

line l !l&&r !l&&!r condition
611 0 1 0 $filter ||= $self->_get_message_filters