pub fn compute_test_lines(content: &str) -> HashSet<usize>
Determine which lines are inside test code (after #[cfg(test)] or #test).