Skip to main content

coverage_report

Function coverage_report 

Source
pub fn coverage_report(
    contracts: &[(String, &Contract)],
    binding: Option<&BindingRegistry>,
) -> CoverageReport
Expand description

Compute a coverage report for a set of contracts.

If a binding registry is provided, binding coverage is included. Otherwise binding fields are zero.