pyk.kcovr module
- count_lines_covered(rule_map: Mapping[str, tuple[str, int, int]], cover_map: Mapping[str, int]) int [source]
- create_rule_map_by_file(rule_map: Mapping[str, tuple[str, int, int]]) dict[str, dict[str, tuple[int, int]]] [source]
- create_rule_map_by_line(rule_map_file: Mapping[str, tuple[int, int]]) dict[int, list[str]] [source]