...
| Metric | Key | Description | ||||
|---|---|---|---|---|---|---|
| accessors | Number of getter and setter methods used to get (reading) or set (writing) a class property. | ||||
| classes | Number of classes (including nested classes, interfaces, enums and annotations). | ||||
| directories | Number of directories. | ||||
| files | Number of files. | ||||
| Generated Lines | generated_lines | Number of lines generated by Cobol code generators like CA-Telon. | ||||
| Generated lines of code | generated_ncloc | Number of lines of code generated by Cobol code generators like CA-Telon. | ||||
| Inside Control Flow Statements | cobol_inside_ctrlflow_statements | Number of inside (intra program) control flow statements (GOBACK, STOP RUN, DISPLAY, CONTINUE, EXIT, RETURN, PERFORM paragraph1 THRU paragraph2). Cobol only. | ||||
| lines | Number of physical lines (number of carriage returns). | ||||
| ncloc | Number of physical lines that contain at least one character which is neither a whitespace or a tabulation or part of a comment. | ||||
| LOCs in Data Divisions | cobol_data_division_ncloc | Number of lines of code in Data divisions. Generated lines of code are excluded. Cobol only. | ||||
| LOCs in Procedure Divisions | cobol_procedure_division_ncloc | Number of lines of code in Procedure divisions. Generated lines of code are excluded. Cobol only. | ||||
| functions | Number of methods/functions. | ||||
| Outside Control Flow Statements | cobol_outside_ctrlflow_statements | Number of outside (inter programs) control flow statements (CALL, EXEC CICS LINK, EXEC CICS XCTL, EXEC SQL, EXEC CICS RETURN). Cobol only. | ||||
| packages | Number of packages. | ||||
| projects | Number of projects in a view. | ||||
| public_api | Number of public Classes + number of public Methods + number of public Properties | ||||
| statements | Number of statements. |
...

