SaturationStatus class

在单次 run 视角下评估 suite 的健康度(饱和率 + 候选清单的当下值)。

Constructors

SaturationStatus({required double saturatedTaskRatio, required bool suiteSaturated, required List<String> matureTasks, required List<String> stragglerTasks})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
matureTasks List<String>
在当前 run 中表现良好的任务(pass@1 ≥ 阈值)。仅基于当次数据, 真正的"是否建议毕业"需要 SuiteHealthAnalyzer 跨多 run 判断。
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saturatedTaskRatio double
当前 run 中 pass@1 ≥ matureTaskPassRate 的任务数 / 总任务数。
final
stragglerTasks List<String>
在当前 run 中表现极差的任务。
final
suiteSaturated bool
是否整个 suite 已"饱和"。
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited