Expand description
Two-Pass Selection System for V5 Variant
Implements a sophisticated selection system with speculative first pass and rule-based coverage gap analysis in the second pass.
Structsยง
- Coverage
Gap - Represents a coverage gap in the selection
- File
Info - File information for selection decisions
- Selection
Context - Context passed to rule evaluators
- Selection
Metrics - Metrics collected during selection process
- Selection
Rule - Selection rule for rule-based pass
- TwoPass
Config - Configuration for the two-pass selection system
- TwoPass
Result - Result of two-pass selection process
- TwoPass
Selector - Main two-pass selection engine