Branch Coverage

src/ssl/ssl_rec_cbc.c
Criterion Covered Total %
branch 0 42 0.0


line true false branch
40 0 0 if (iv == NULL) {
69 0 0 if (cc->explicit_IV) {
73 0 0 return min_len <= rlen && rlen <= max_len;
0 0 return min_len <= rlen && rlen <= max_len;
88 0 0 for (u = 0, v = num; u < len; u ++) {
90 0 0 if (++ v == len) {
125 0 0 if (cc->explicit_IV) {
134 0 0 min_len = (cc->mac_len + 256 < len) ? len - 256 : cc->mac_len;
149 0 0 for (u = min_len; u < max_len; u ++) {
168 0 0 for (u = min_len; u < max_len; u ++) {
172 0 0 if (++ v == cc->mac_len) {
184 0 0 for (i = 5; i >= 0; i --) {
211 0 0 for (u = 0; u < cc->mac_len; u ++) {
225 0 0 if (!good) {
280 0 0 if (iv == NULL) {
296 0 0 if (cc->explicit_IV) {
303 0 0 if (len > 16384) {
334 0 0 if (cc->explicit_IV) {
348 0 0 if (len > 1 && record_type == BR_SSL_APPLICATION_DATA) {
0 0 if (len > 1 && record_type == BR_SSL_APPLICATION_DATA) {
402 0 0 if (cc->explicit_IV) {