pmat 3.17.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![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.

use super::*;

mod engine_tests;
mod language_tests;
mod operators_tests;
mod property_tests;
mod rust_adapter_tests;
mod scoring_tests;
mod state_tests;
mod types_tests;