Branch Coverage

lib/Mail/Pyzor/Client.pm
Criterion Covered Total %
branch 10 22 45.4


line true false branch
249 0 2 unless my $thread_id = $msg_ref->{'Thread'}
262 1 4 unless $op
263 2 2 unless $digest
289 0 2 if ($PYZOR_PROTOCOL_VERSION ne $response_pv)
312 0 2 if ($time_left <= 0)
317 0 0 unless (defined $bytes or $!{'EAGAIN'} or $!{'EWOULDBLOCK'})
321 2 0 if (index($response, "\n\n") > -1)
325 2 0 if (index($response, "\nThread: $thread_id\n") != -1) { }
334 0 0 if $found == -1
344 0 0 unless IO::SigGuard::syswrite($sock, $packet)
357 1 0 unless ($self->{'_sock'})