[][src]Function cargo_tarpaulin::get_test_coverage

pub fn get_test_coverage(
    test: &TestBinary,
    analysis: &HashMap<PathBuf, LineAnalysis>,
    config: &Config,
    ignored: bool,
    logger: &Option<EventLog>
) -> Result<Option<(TraceMap, i32)>, RunError>

Returns the coverage statistics for a test executable in the given workspace