//! Comprehensive coverage tests for utils/mod.rs
//!
//! This module contains tests specifically designed to achieve complete coverage
//! of utility functions, especially error paths and edge cases.
#[path = "utils_comprehensive_coverage/color.rs"]
mod color;
#[path = "utils_comprehensive_coverage/spans.rs"]
mod spans;
#[path = "utils_comprehensive_coverage/time.rs"]
mod time;
#[path = "utils_comprehensive_coverage/uu.rs"]
mod uu;