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