Rulvar API reference / @rulvar/evals / FaultInjectionReport
Interface: FaultInjectionReport
Defined in: packages/evals/src/fault-injection.ts:80
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
allMatched | boolean | Every scenario matched its documented observable. | packages/evals/src/fault-injection.ts:83 |
artifactFiles? | string[] | The artifact files written, when artifactsDir was given. | packages/evals/src/fault-injection.ts:94 |
requested | number | Scenarios the call asked for: the full registry size, or the only selection's length (RV1014). With selected beside it the report is self-describing: a consumer pinning these can never watch the gate quietly shrink. | packages/evals/src/fault-injection.ts:90 |
scenarios | FaultScenarioReport[] | - | packages/evals/src/fault-injection.ts:81 |
selected | number | Scenarios actually run; always equals requested (the intake refuses misses). | packages/evals/src/fault-injection.ts:92 |