Module two_pass

Module two_pass 

Source
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ยง

CoverageGap
Represents a coverage gap in the selection
FileInfo
File information for selection decisions
SelectionContext
Context passed to rule evaluators
SelectionMetrics
Metrics collected during selection process
SelectionRule
Selection rule for rule-based pass
TwoPassConfig
Configuration for the two-pass selection system
TwoPassResult
Result of two-pass selection process
TwoPassSelector
Main two-pass selection engine