An aggregator is an extension to the dashboard that gathers metric information that get displayed in the dashboard report. You can provide your own custom aggregators. The dashboard plugin comes with several default aggregators described below.
| Aggregator name | Topic | Description |
|---|---|---|
| csall | Checkstyle | Computes total number of Checkstyle warnings and errors. |
| cserrors | Checkstyle | Computes total number of Checkstyle errors. |
| cswarnings | Checkstyle | Computes total number of Checkstyle warnings. |
| clovertpc | Clover | Computes total Test Coverage Percentage (TPC) using Clover. |
| cloverloc | Clover | Computes total Line Of Code (LOC) using Clover. |
| cloverncloc | Clover | Computes total Non-Commented Line Of Code (NCLOC) using Clover. |
| junittests | JUnit | Number of JUnit tests. |
| juniterrors | JUnit | Number of JUnit errors. |
| junitfailures | JUnit | Number of JUnit failures. |
| junitpassrate | JUnit | Percentage of JUnit tests that have passed. |
| simiantdl | Simian | Total number of duplicate lines found by Simian. |