//! `BodyVisitor` tests: construction/context, complexity tracking
//! (cognitive/cyclomatic/hotspots), magic-number + delegation detection.
//! Split into focused sub-files (each ≤ the SRP file-length cap); shared
//! imports + the `empty_scope`/`visit_code`/`parse_match_arms` helpers live
//! here and reach the sub-modules via `use super::*`.
pub use crate*;
pub use crateProjectScope;
pub use crateConfig;
pub use HashMap;
pub use Visit;
pub
pub
pub