| /usr/local/lib/perl5/site_perl/5.42.0/x86_64-linux/Horus/include/horus_random.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 20 | 30.0 |
| line | true | false | branch |
|---|---|---|---|
| 75 | 11 | 11 | while (done < len) { |
| 77 | 0 | 11 | 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 | 1144 | if (len >= HORUS_POOL_SIZE) { |
| 132 | 2 | 1142 | if (horus_pool_pos + (int)len > HORUS_POOL_SIZE) { |