Constant DEFAULT_MAX_COUPLING_PCT
pub const DEFAULT_MAX_COUPLING_PCT: u8 = 100;Expand description
Upper coupling-degree ceiling (percent). Matches code-maat’s -x
default. Pairs at 100% (every commit modifies both files) are usually
file splits or copy/rename artifacts; the upper bound exists to drop
them when desired.