Framework Mode - Defect density and detection rate
Folder Structure for Defect Tracking and Metrics Collection
defect-metrics-project/ ├── data/ # Raw defect data files (CSV, JSON) ├── src/ # Source code for defect analysis scripts │ ├── metrics/ # Modules calculating defect density and detection rate │ ├── utils/ # Helper functions for data processing │ └── main.py # Main script to run metrics calculation ├── tests/ # Unit tests for metrics calculation modules ├── reports/ # Generated defect density and detection rate reports ├── config/ # Configuration files for environments and thresholds │ └── settings.yaml └── README.md # Project overview and instructions