About 'Coverage Clouds'


Added by Anonymous, last edited by Edwin Dawson [Atlassian] on Jan 10, 2008

Labels:

clouds clouds Delete
testing testing Delete
current current Delete
coverage coverage Delete
clover clover Delete
ant ant Delete
reporting reporting Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
Clover 2.0 Documentation

Index

'Coverage Clouds' provide an instant overview of your entire project, enabling you to identify areas of your code that pose the highest risks or shortcomings.Each Coverage Cloud displays two metrics per Java Class. One metric is displayed via the font size, and the other via the font color. Each attribute has relative weighting across the entire project. Classes are sorted alphabetically.

Note
Tooltips on each class name provide you with the real values for each metric.

Project Risks

The Project Risks Cloud highlights those classes that are the most complex, yet are the least covered by your tests. The larger and redder the class, the greater the risk that class poses for your project.

Metric Attribute
Average Method Complexity Font Size
% Coverage Font Color

Quick Wins

This Cloud highlights the "low hanging coverage fruit" of your project. You will achieve the greatest increase in overall project coverage by covering the largest, reddest classes first.

Metric Attribute
Number of Elements Font Size
Number of Elements Untested Font Color