//! Maintainability index DTOs for complexity receipts.
//!
//! These serde-stable contract types remain re-exported from the crate root.
use ;
/// Composite maintainability index based on the SEI formula.
///
/// MI = 171 - 5.2 * ln(V) - 0.23 * CC - 16.2 * ln(LOC)
///
/// When Halstead volume is unavailable, a simplified formula is used.