API Reference
Class
ScoringResult
Aggregated scoring result for a Testimo run (totals and per‑rule penalties).
Inheritance
- Object
- ScoringResult
Constructors
public ScoringResult() #Inherited Methods
Properties
public Int32 Score { get; set; } #Overall score (min of Security and Health) on a 0–100 scale.
public Int32 SecurityScore { get; set; } #Security score on a 0–100 scale.
public Int32 HealthScore { get; set; } #Health score on a 0–100 scale.
public Int32 MaxScore { get; set; } #Maximum attainable score. Defaults to 100.
public Int32 TotalPenalty { get; set; } #Total penalty units accumulated across failed tests (all kinds).
public Int32 TotalPenaltySecurity { get; set; } #Total penalty units attributed to Security.
public Int32 TotalPenaltyHealth { get; set; } #Total penalty units attributed to Health.
public Dictionary<String, Int32> PenaltyByCategory { get; set; } #Penalty units per rule category for breakdowns.