MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / cmd_failure_rate

Method cmd_failure_rate

codeclash/analysis/stats/per_model.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27
28 @property
29 def cmd_failure_rate(self) -> float:
30 return self.failed_commands / sum(self.steps) if self.steps else 0.0
31
32 @property
33 def rounds_total(self) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected