Constant DEFAULT_MIN_COUPLING_PCT
pub const DEFAULT_MIN_COUPLING_PCT: u8 = 30;Expand description
Lower coupling-degree threshold (percent). Matches code-maat’s -i
default. Pairs below this floor don’t surface in coupling output.