| line |
true |
false |
branch |
|
36
|
0 |
0 |
if (exists $hdrs->{$name}) { } |
|
47
|
0 |
0 |
exists $hdrs->{$name} ? : |
|
58
|
0 |
0 |
if $self->{'disconnected'} |
|
59
|
0 |
0 |
unless $self->{'hdl'} |
|
62
|
0 |
0 |
unless header_exists($hdr, 'Date') |
|
64
|
0 |
0 |
unless header_exists($hdr, 'Expires') |
|
66
|
0 |
0 |
unless header_exists($hdr, 'Cache-Control') |
|
69
|
0 |
0 |
$self->{'keep_alive'} ? : |
|
71
|
0 |
0 |
unless header_exists($hdr, 'Content-Length') or ref $content |
|
75
|
0 |
0 |
unless (defined header_get($hdr, 'Content-Length')) |
|
82
|
0 |
0 |
unless defined $v |
|
90
|
0 |
0 |
if ($no_body) |
|
96
|
0 |
0 |
if (ref $content eq 'CODE') { } |
|
102
|
0 |
0 |
unless defined $self and defined $self->{'hdl'} and not $self->{'disconnected'} |
|
106
|
0 |
0 |
if (defined $chunk and length $chunk > 0) { } |
|
119
|
0 |
0 |
unless $self |
|
121
|
0 |
0 |
if (length $res) { } |
|
|
0 |
0 |
elsif (not $self->{'transport_polled'}) { } |
|
128
|
0 |
0 |
if $self |