blib/lib/Net/SenderBase/Query/HTTP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 5 | 0.0 |
line | l | !l | condition |
---|---|---|---|
30 | 0 | 0 | 'IO::Socket::INET'->new('PeerAddr', $$self{'Host'}, 'PeerPort', '80', 'Proto', 'tcp', 'Timeout', $$self{'Timeout'}) || die("Connect to $$self{'Host'}:80 failed") |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
19 | 0 | 0 | 0 | $attrs{'Host'} ||= $Net::SenderBase::Query::HTTP::HOST |