Branch Coverage

blib/lib/Protocol/SOCKS/Client.pm
Criterion Covered Total %
branch 8 14 57.1


line true false branch
78 1 1 if (not $self->auth->is_ready) { }
79 0 1 unless length $$buf >= 2
81 0 1 unless $version == $self->version
82 0 1 if ($method == 255) { }
90 0 1 unless my($host, $port) = $self->parse_reply($buf)
138 0 1 unless length $$buffref >= 4
140 0 1 if ($status != 0)