Skip to main content

executions

Function executions 

Source
pub fn executions(
    coverage: &CoverageReport,
    manifest: &InputManifest,
    sources: Option<&Files>,
) -> Option<Executions>
Expand description

Each test’s execution, placed in the declarations of the run’s own manifest: for every probe a test fired, the innermost unit holding it. Also which units hold a probe at all, per file, since only a change confined to such units can be said to have missed a test. Sources are needed to place JavaScript columns; without them there is no record.