pub fn count_complexity(node: Node<'_>, decision_kinds: &[&str]) -> u32
Count decision points in a subtree for cyclomatic complexity.