TestimoX

API Reference

Class

ScopeScoring

Namespace TestimoX.Scoring
Assembly TestimoX
Modifiers static

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: RunScoreSummary

Compute 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} requiredposition: 0