pub fn measure_element_coverage(
root: &Path,
) -> BTreeMap<String, BTreeMap<String, usize>>Expand description
Walk tests/cases + tests/golden/{platform} and count how many goldens
cover each element type on each platform. Used to keep the hand matrix honest.