//! Module-level SRP tests: production-line counting, file-length scoring,
//! `analyze_module_srp`, free-function collection, and independent-cluster
//! detection. Split into focused sub-files (each ≤ the SRP file-length cap);
//! shared imports live here and reach the sub-modules via `use super::*`.
pub use crate*;
pub use crateSrpConfig;
pub use HashMap;
pub use Visit;