/
Test Coverage
Test Coverage
What is it?
What percentage of a given class / file is covered by unit tests.
Why care?
Low coverage means that something isn't tested entirely.
Digging into the coverage data
Sonar has a list of packages and files and the percentage of covered code it contains. Clicking on one of the files will show you the places where coverage is not sufficient.
Learning more
Related content
Static analysis
Static analysis
More like this
Monitoring Code Quality with Sonar
Monitoring Code Quality with Sonar
More like this
QA Table of Contents
QA Table of Contents
More like this
Code complexity
Code complexity
More like this
Building dashboards
Building dashboards
More like this
Collecting Usage Statistics
Collecting Usage Statistics
More like this