| xxh64.c | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 20 | 75.0 |
| line | true | false | branch |
|---|---|---|---|
| 92 | 0 | 8 | if (ctx->buffered) { |
| 94 | 0 | 0 | if (take > len) take = len; |
| 99 | 0 | 0 | if (ctx->buffered == XXH64_BLOCK_SIZE) { |
| 105 | 4376 | 8 | while (len >= XXH64_BLOCK_SIZE) { |
| 111 | 7 | 1 | if (len) { |
| 125 | 4 | 6 | if (ctx->large_path_seen) { |
| 140 | 4 | 10 | while (remaining >= 8) { |
| 148 | 2 | 8 | if (remaining >= 4) { |
| 155 | 17 | 10 | while (remaining > 0) { |
| 171 | 80 | 10 | for (i = 0; i < 8; i++) { |