pub fn coverage_diff_query(
older: &CoverageIndex<'_>,
newer: &CoverageIndex<'_>,
options: CoverageDiffQueryOptions<'_>,
) -> Result<(CoverageDiffData, AgentPagination), QueryError>pub fn coverage_diff_query(
older: &CoverageIndex<'_>,
newer: &CoverageIndex<'_>,
options: CoverageDiffQueryOptions<'_>,
) -> Result<(CoverageDiffData, AgentPagination), QueryError>