pub fn compute_summary(results: &[OpResult]) -> SummaryExpand description
Compute an aggregate summary from a slice of OpResults.
files_matched counts the number of unique file paths that appear in any result.
files_modified counts the number of unique file paths that have at least one change.
total_replacements counts the total number of individual changes across all files.