[][src]Function cargo_tarpaulin::get_test_coverage

pub fn get_test_coverage(
    project: &Workspace,
    package: &Package,
    test: &Path,
    config: &Config,
    ignored: bool
) -> Option<(TraceMap, bool)>

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