Skip to content

Quality Security Metrics

Sourabh Mehta edited this page Oct 10, 2025 · 3 revisions

The Quality Metrics for devtools table provides a comprehensive overview of key performance indicators related to the quality and security of the devtools project. This table is intended to facilitate ongoing monitoring and evaluation of the project’s health by tracking essential metrics on a monthly basis.

Last Updated On: Oct-2025

Purpose of the Metrics:

  • Code Coverage (%): Measures the percentage of code that is tested by automated tests. A higher coverage percentage indicates better test coverage and potentially fewer bugs.

  • Blocker Issues Raised and Closed: Tracks the number of critical issues identified (blockers) and resolved each month. This helps to understand the impact of blockers on development progress and project stability.

  • Regression Issues Raised and Closed: Monitors the number of regression issues reported and resolved. Regression issues can indicate failures in previously working features and are critical for maintaining software quality.

  • Security Score: Represents the overall security assessment of the project, helping to gauge the effectiveness of implemented security measures and identify areas for improvement.

  • Severe Open Vulnerabilities: Counts the number of severe vulnerabilities that remain unaddressed. This metric is crucial for maintaining the security posture of the project and ensuring that potential threats are mitigated.


Quality Metrics for devtools:

Metric Month Value Notes/Comments
Code Coverage (%) Oct-2025 66.77% Overall devtool code coverage level at this month.
buildmgr (%) Oct-2025 73.96% buildmgr code coverage level at this month.
packchk (%) Oct-2025 70.18% packchk code coverage level at this month.
packgen (%) Oct-2025 77.88% packgen code coverage level at this month.
projmgr (%) Oct-2025 80.94% projmgr code coverage level at this month.
svdconv (%) Oct-2025 40.75% svdconv code coverage level at this month.
Blocker Issues Raised Oct-2025 0 Blockers reported this month.
Blocker Issues Closed Oct-2025 0 Blockers resolved this month.
Regression Issues Raised Oct-2025 0 New regressions reported this month.
Regression Issues Closed Oct-2025 0 Regressions resolved this month.
Security Score Oct-2025 6.5/10 Security assessment rating.
Severe Open Vulnerabilities Oct-2025 1 Total critical vulnerabilities remaining.
Clone this wiki locally