| Column name | Description |
|---|
| CS errors | Number of Checkstyle errors |
| CS warnings | Number of Checkstyle warnings |
| Clover TPC | Number of test coverage percentage |
| Clover LOC | Number of line of code (including comments) |
| Clover NCLOC | Number of non-commented lines of code |
| JUnit Pass Rate | Percentage of JUnit tests that have passed vs tests in error or failed |
| JUnit Errors | Number of JUnit test errors |
| JUnit Failures | Number of JUnit test failures |
| FindBugs Violations | Number of FindBugs violations |
| PMD Violations | Number of PMD violations |
| Simian TDL | Simian Total Duplicate Lines |
| SCM Changed Files | Total number of changed files in scm. |
| JavaNCSS Packages Total | Total number of JavaNCSS packages |
| JavaNCSS Classes Total | Total number of JavaNCSS classes |
| JavaNCSS Functions Total | Total number of JavaNCSS functions |
| JavaNCSS NCSS Total | Total number of JavaNCSS non-nommented source statements |
| JavaNCSS JavaDocs Total | Total number of JavaNCSS JavaDocs |