The overiew cards provide a quick overview of your coverage quotas.
You can use them to get a glimpse into the different coverage metrics :
The history chart helps you to understand how your coverage quotas are evolving over time.
The summary table helps you to identify classes with low test coverage.
The table offers various filter and sorting options for quick navigation.
The details page visualizes your line and branch coverage.
Depending on your coverage tool, metrics are provided to get further insigths in your code quality.
Based on the metrics you get a list of potential risk hotspots.
The following metrics are analyzed if available, the warning thresholds are configurable:
With "raw mode" (settings:rawMode=true) you can disable that coverage data of nested or compiler generated classes is included in the parent class.
This is useful to merge several Cobertura files into a single file, since the original class structure remains untouched.
See Settings
Limitation: Raw mode is currently only supported for Cobertura and dotCover files.