Do we have coverage metrics for sonarqube. Current code coverage shows how much lines are covered by unit test cases.
It would be great if we have sonar rule coverage which shows how many lines have been scanned by sonar in the complete project.
Say for example, project contains 100 lines of code and we have skipped a module which contains 20 lines. So sonar code coverage should show as 80% (100-20 lines)