Branch Coverage

src/rsa/rsa_i32_priv.c
Criterion Covered Total %
branch 0 14 0.0


line true false branch
63 0 0 while (plen > 0 && *p == 0) {
0 0 while (plen > 0 && *p == 0) {
69 0 0 while (qlen > 0 && *q == 0) {
0 0 while (qlen > 0 && *q == 0) {
73 0 0 if (plen > (BR_MAX_RSA_FACTOR >> 3)
74 0 0 || qlen > (BR_MAX_RSA_FACTOR >> 3))
94 0 0 while (u > 0) {