pmat 3.16.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
//! Comprehensive coverage tests for complexity_handlers.rs
//!
//! This module provides extensive test coverage for the complexity handler functions,
//! focusing on pure helper functions, data structures, and error paths.

use super::*;
use proptest::prelude::*;
use std::path::PathBuf;
use tempfile::TempDir;

include!("complexity_tests_coverage.rs");
include!("complexity_tests_property.rs");
include!("complexity_tests_dead_code.rs");
include!("complexity_tests_satd.rs");
include!("complexity_tests_watch.rs");
include!("complexity_tests_edge.rs");