Branch Coverage

amqp_openssl_bio.c
Criterion Covered Total %
branch 0 32 0.0


line true false branch
30 0 0 if (res == -1) {
32 0 0 if (
34 0 0 err == EWOULDBLOCK ||
40 0 0 err == ENOTCONN ||
43 0 0 err == EINTR ||
46 0 0 err == EAGAIN ||
49 0 0 err == EPROTO ||
55 0 0 err == EALREADY ||
77 0 0 if (res <= 0 && amqp_openssl_bio_should_retry(res)) {
0 0 if (res <= 0 && amqp_openssl_bio_should_retry(res)) {
97 0 0 if (res <= 0 && amqp_openssl_bio_should_retry(res)) {
0 0 if (res <= 0 && amqp_openssl_bio_should_retry(res)) {
106 0 0 assert(!amqp_ssl_bio_initialized);
108 0 0 if (!(amqp_bio_method = BIO_meth_new(BIO_TYPE_SOCKET, "amqp_bio_method"))) {
140 0 0 assert(amqp_ssl_bio_initialized);
149 0 0 assert(amqp_ssl_bio_initialized);