#![cfg_attr(coverage_nightly,coverage(off))]//! EXTREME TDD coverage tests for mutation testing module
//!//! These tests exercise the core mutation testing functionality through
//! the public API to ensure comprehensive coverage.
usesuper::*;modengine_tests;modlanguage_tests;modoperators_tests;modproperty_tests;modrust_adapter_tests;modscoring_tests;modstate_tests;modtypes_tests;