| 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 Tests | Number of JUnit tests |
| JUnit Failures | Number of JUnit test failures |
| JUnit Errors | Number of JUnit test errors |
| JUnit Pass Rate | Percentage of JUnit tests that have passed vs tests in error or failed |
| Simian TDL | Simian Total Duplicate Lines |