Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/coverage-calculator.ts
Calculate coverage for a single state machine
Signature
tsfunction calculateStateMachineCoverage(stateMachine: StateMachine, screenshots: EnhancedScreenshotMetadata[], interactions: UIInteraction[]): StateMachineCoverage
Parameters
| Name | Type |
|---|---|
stateMachine | StateMachine |
screenshots | EnhancedScreenshotMetadata[] |
interactions | UIInteraction[] |
Returns: StateMachineCoverage
Was this page helpful?