Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Click  icon on the right to view the dashboard view of Sonar Code Quality. The dashboard has sections representing different code quality metrics.
The metrics displayed on the dashboard are based on the project selected from 'Project' drop down appearing in the top bar. 
The top bar displays the project, last analyzed date, version and status of Quality Gate associated to the project. 


Reliability - displays the total bugs, new bugs introduced in the new or updated code and reliability rating
Maintainability - Displays code smells, new code smells and maintainability rating (formerly known as SQALE Rating) of the project
Security - Displays Vulnerabilities, new vulnerabilities and security rating
Code Quality Issues - Displays complexity of the code, issues and new issues introduced
Test Coverage - Displays test coverage, new coverage on the new / updated code and total number of unit tests
Size - Displays the size in terms of lines of codes, number of functions and classes in the project.
Documentation - Displays documentation percentage, number of commented lines in the code and number of public API.
Duplication - Displays density of duplication lines, number of duplicated block of lines and number of duplicated lines
  • No labels