Branch Coverage

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


line true false branch
54 24 24 while (done < len) {
56 0 24 if (ret < 0) {
57 0 0 if (errno == EINTR) continue;
71 0 0 if (fd < 0) {
73 0 0 if (fd < 0) {
80 0 0 while (done < len) {
82 0 0 if (ret < 0) {
83 0 0 if (errno == EINTR) continue;
106 0 1160 if (len >= HORUS_POOL_SIZE) {
111 3 1157 if (horus_pool_pos + (int)len > HORUS_POOL_SIZE) {