howmany 3.0.0

A blazingly fast, intelligent code analysis tool with parallel processing, caching, and beautiful visualizations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod test_utils;

pub mod complexity_tests;
pub mod counter_tests;
pub mod detector_tests;
pub mod edge_case_tests;
pub mod filters_tests;
pub mod integration_tests;
pub mod performance_tests;
pub mod stats_tests;
pub mod types_tests;
pub mod ui_tests;
pub mod utils_tests;

pub use test_utils::TestProject;