| Column name | Description |
|---|---|
| CS Files | Number of files checked with Checkstyle |
| CS err/warn | Number of Checkstyle errors and warnings |
| PMD Files with Violations | Number of files with PMD violations |
| PMD Violations | Number of PMD violations |
| Simian TDL | Simian Total Duplicate Lines |
| JUnit Tests | Number of JUnit tests |
| JUnit Errors | Number of JUnit test errors |
| JUnit Failures | Number of JUnit test failures |
| JUnit Pass Rate | Percentage of JUnit tests that have passed vs tests in error or failed |
| 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 |