Statistics is the first page opened after the creation of a project. It summarizes the initial metrics (Generic Analysis) of the uploaded codebase presented as a customizable table. Each row of the table represents a detected language (based on file extensions or the classification) except the “All” row which displays the total of each column for all the uploaded files. If you click on the arrow in front of each type, all files of this type appear with their information.
The table columns show the following details:
The column settings menu at the top right allows you to hide these columns and add new ones.
The filter bar at the top of the page allows you to filter your files. The badges below give you general information about your project (the number of files, types, and lines of code).
The “…” icon opens the main menu of the Statistics page allowing to perform different actions :
When one or more files are selected, some options appear at the bottom of the page. You can edit the properties of the files (add a status, assigned a member…) or delete them.
When only one file is selected, you can visualize its content by clicking on the view option. It opens a visualization pop-up and you can also download the file. Some files are not viewable because of their type, such as ZIP files, SAVF files, etc.
When two viewable files are selected, you can compare their content by clicking on the compare option. It opens a pop-up that shows you the differences between the files line by line.