pub fn collect_complexity_findings(report: &HealthReport) -> Vec<FindingInput>Expand description
Collect line-independent complexity finding identities (path, function name)
from a health report. The function name is line-independent, so a function
moving within its file keeps the same identity.