| blib/lib/WWW/Webrobot/UserAgentConnection.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 30 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 116 | 0 | 0 | 0 | defined $r and ($r->protocol || '') eq 'HTTP/0.9' | 
| 0 | 0 | 0 | defined $r and ($r->protocol || '') eq 'HTTP/0.9' and ($r->message || '') eq 'EOF' | |
| 326 | 0 | 0 | 0 | $r && defined $$arg{'assert'} | 
| 344 | 0 | 0 | 0 | $r and my $ct = $r->headers->{'content-type'} | 
| line | l | !l | condition | 
|---|---|---|---|
| 71 | 0 | 0 | $$cfg{'timeout'} || 30 | 
| 116 | 0 | 0 | $r->protocol || '' | 
| 0 | 0 | $r->message || '' | |
| 310 | 0 | 0 | $self->cfg->{'http_header'} ||= {} | 
| 311 | 0 | 0 | $$arg{'data'} ||= {} | 
| 399 | 0 | 0 | $$_[1] ||= '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 47 | 0 | 0 | 0 | ref $proto || $proto | 
| 133 | 0 | 0 | 0 | has_Encode() or legacy_mode() |