MCPcopy Create free account
hub / github.com/bhowiebkr/PyFlowGraph / CoverageGap

Class CoverageGap

testing/test_analyzer.py:42–48  ·  view source on GitHub ↗

Represents missing test coverage.

Source from the content-addressed store, hash-verified

40
41@dataclass
42class CoverageGap:
43 """Represents missing test coverage."""
44 file_path: str
45 function_name: str
46 line_numbers: List[int]
47 complexity_score: float
48 priority: str # HIGH, MEDIUM, LOW
49
50@dataclass
51class PerformanceIssue:

Callers 1

analyze_coverage_gapsMethod · 0.85

Calls

no outgoing calls

Tested by 1

analyze_coverage_gapsMethod · 0.68