_ed2k.c | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 16 | 25.0 |
line | true | false | branch |
---|---|---|---|
66 | 0 | 2 | while ( size >= blockleft ) |
68 | 0 | 0 | if (size == blockleft && ctx->not_emule) break; |
0 | 0 | if (size == blockleft && ctx->not_emule) break; | |
82 | 2 | 0 | if (size) { |
97 | 0 | 2 | if ( ctx->md4_context.length ) { |
103 | 0 | 0 | if ( (size_t)ctx->md4_context_inner.length > 0 || !ctx->not_emule) |
0 | 0 | if ( (size_t)ctx->md4_context_inner.length > 0 || !ctx->not_emule) | |
116 | 2 | 0 | if (result) rhash_md4_final(&ctx->md4_context_inner, result); |