I am using jacoco to get the code coverage metrics, and using sonar qube along with it for visualizing it.
Jacoco has multiple 'sub' coverages
- Line
- Method
- Branch
- Class
- Instruction
But if we look into sonarqube, it shows a single "Coverage" information.
Which of the above 5 coverages does sonarqube refers to?