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