MCPcopy Index your code
hub / github.com/evalplus/evalplus / get_coverage_set_cover

Function get_coverage_set_cover

tools/tsr/minimization.py:104–108  ·  view source on GitHub ↗
(
    coverage_dir: str, exclude_model: str, dataset: str
)

Source from the content-addressed store, hash-verified

102
103
104def get_coverage_set_cover(
105 coverage_dir: str, exclude_model: str, dataset: str
106) -> Dict[str, List[str]]:
107 coverage_info_dict = collect_coverage_info(coverage_dir, dataset)
108 return parallel_greedy_cover(coverage_info_dict, exclude_model, "coverage")
109
110
111def get_mutation_set_cover(

Callers 1

mainFunction · 0.85

Calls 2

collect_coverage_infoFunction · 0.90
parallel_greedy_coverFunction · 0.85

Tested by

no test coverage detected