API Reference
Class
ScopeScoring
Scope-aware scorer that produces consistent Summary/Forest/Domain/DC scores and a stable run-level score even with partial coverage.
Inheritance
- Object
- ScopeScoring
Methods
public static RunScoreSummary Compute(IEnumerable<RuleComplete> completed) #Returns:
RunScoreSummaryCompute per-scope scores and an overall run summary. Overall is a weighted average across scopes (weights = number of executed rule families). Groups with zero coverage are excluded from the average (automatic re-normalization).
Parameters
- completed System.Collections.Generic.IEnumerable{TestimoX.Definitions.RuleComplete}