fn count_conflicts(
published: &BTreeMap<(String, Vec<(String, String)>), (f64, MetricKind, String)>,
) -> u64Expand description
Counts published series whose own metric_type/help disagree with their family’s winning
type/help. See build_families for how the winner is chosen.