pub fn report(
exposed: Table<'_>,
unexposed: Table<'_>,
) -> Result<CoverageReport>Expand description
Compare a consumer’s coverage tables against the vendored contract.
Returns the report whether or not it is clean; check is the assertion
form.