Skip to main content

Module test_coverage

Module test_coverage 

Source
Expand description

Test coverage integration and reporting Test coverage module - now modularized for better organization

Re-exports§

pub use analyzer::CoverageAnalyzer;
pub use types::CoverageConfig;
pub use types::CoverageReport;
pub use types::FileCoverage;

Modules§

analyzer
Coverage analysis engine and metrics computation. Test coverage analyzer implementation
reporting
Coverage report generation and output formatting. Coverage reporting and validation
tests
Unit tests for the test coverage module. Test coverage module tests
types
Data types for coverage configuration and reports. Test coverage types and configuration
utils
Shared utility functions for coverage analysis. Test coverage utility functions