blib/lib/LWP/UserAgent/Tor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
69 | 0 | 0 | 0 | $file_format =~ /sh script text$/ and defined $tor_real |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
25 | 0 | 0 | 0 | delete $args{'tor_control_port'} // empty_port() |
26 | 0 | 0 | 0 | delete $args{'tor_port'} // do { my $port; while (($port = empty_port()) == $tor_control_port) { (); }; $port } |
35 | 0 | 0 | 0 | 'IO::Socket::INET'->new('PeerAddr', '127.0.0.1', 'PeerPort', $tor_control_port) // croak('could not connect to tor') |