Branch Coverage

include/horus_random.h
Criterion Covered Total %
branch 6 20 30.0


line true false branch
75 24 24 while (done < len) {
77 0 24 if (ret < 0) {
78 0 0 if (errno == EINTR) continue;
92 0 0 if (fd < 0) {
94 0 0 if (fd < 0) {
101 0 0 while (done < len) {
103 0 0 if (ret < 0) {
104 0 0 if (errno == EINTR) continue;
127 0 1159 if (len >= HORUS_POOL_SIZE) {
132 3 1156 if (horus_pool_pos + (int)len > HORUS_POOL_SIZE) {