Branch Coverage

src/ldns/compat/b64_ntop.c
Criterion Covered Total %
branch 0 18 0.0


line true false branch
121 0 0 if (srclength == 0) {
122 0 0 if (targsize > 0) {
130 0 0 while (2 < srclength) {
145 0 0 if (datalength + 4 > targsize) {
155 0 0 if (0 != srclength) {
158 0 0 for (i = 0; i < srclength; i++)
168 0 0 if (datalength + 4 > targsize) {
173 0 0 if (srclength == 1) {
180 0 0 if (datalength >= targsize) {