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
...
are based on the project selected from
...
the drop down appearing in the top bar.
The top bar displays the project, last analyzed date, version and
...
Quality Gate
...
calculated
The metrics we capture are
Reliability
...
Maintainability
...
Security
...
Code Quality Issues
...
Test Coverage
...
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.
...