line |
true |
false |
branch |
83
|
3 |
1 |
unless (defined $self->{'deflate_max_window_bits'}) |
93
|
2 |
4 |
if (exists $opts_hr->{'server_max_window_bits'}) |
96
|
1 |
1 |
if ($opts_hr->{'server_max_window_bits'} > $self->inflate_max_window_bits) |
104
|
1 |
4 |
if (exists $opts_hr->{'client_max_window_bits'}) |
109
|
1 |
0 |
if ($opts_hr->{'client_max_window_bits'} < $max) |
119
|
1 |
4 |
if (exists $opts_hr->{'client_no_context_takeover'}) |
127
|
1 |
4 |
if (exists $opts_hr->{'server_no_context_takeover'}) { } |
|
1 |
3 |
elsif ($self->{'inflate_no_context_takeover'}) { } |