check_coverage
if (check_coverage(cover, ctx.c_mode, ctx.c_bufsize, tests[i].coverage))
error = check_coverage(cover, ctx->c_mode, ctx->c_bufsize, 1);
static int check_coverage(const unsigned long *, int, unsigned long, int);