MCPcopy Index your code
hub / github.com/IBM/AssetOpsBench / TypeBreakdown

Class TypeBreakdown

src/evaluation/models.py:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104
105class TypeBreakdown(BaseModel):
106 total: int = 0
107 passed: int = 0
108 pass_rate: float = 0.0
109
110
111class EvalReport(BaseModel):

Callers 1

build_reportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected