| 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" |