pmat 3.11.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
9
//! Tests for complexity service
//! Split for file health compliance (CB-040)

use super::*;

include!("complexity_tests_part1.rs");
include!("complexity_tests_part2.rs");
include!("complexity_tests_part3.rs");
include!("complexity_tests_part4.rs");