line |
!l |
l&&!r |
l&&r |
condition |
38
|
1 |
0 |
1 |
index($accept, 'gzip') >= 0 and $length > $self->min_bytes |
|
1 |
0 |
1 |
index($accept, 'gzip') >= 0 and $length > $self->min_bytes and $length < $self->max_bytes |
|
0 |
0 |
1 |
index($accept, 'gzip') >= 0 and $length > $self->min_bytes and $length < $self->max_bytes and $res->code == 200 |
|
0 |
0 |
1 |
index($accept, 'gzip') >= 0 and $length > $self->min_bytes and $length < $self->max_bytes and $res->code == 200 and not $res->headers->header('Content-Encoding') |
|
0 |
0 |
1 |
index($accept, 'gzip') >= 0 and $length > $self->min_bytes and $length < $self->max_bytes and $res->code == 200 and not $res->headers->header('Content-Encoding') and $res->headers->content_type =~ qr"^text|xml$|javascript$|^application/json$" |