File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/**
22 * @name Number of lines
3- * @kind treemap
3+ * @kind metric
44 * @description The number of lines in each file.
5- * @treemap.warnOn highValues
65 * @metricType file
7- * @metricAggregate avg sum max
8- * @precision very-high
96 * @id rb/lines-per-file
107 * @tags maintainability
118 */
Original file line number Diff line number Diff line change 11/**
22 * @name Lines of code in files
3- * @kind treemap
3+ * @kind metric
44 * @description Measures the number of lines of code in each file, ignoring lines that
55 * contain only comments or whitespace.
6- * @treemap.warnOn highValues
76 * @metricType file
8- * @metricAggregate avg sum max
9- * @precision very-high
107 * @id rb/lines-of-code-in-files
118 * @tags maintainability
129 */
Original file line number Diff line number Diff line change 11/**
22 * @name Lines of comments in files
3- * @kind treemap
3+ * @kind metric
44 * @description Files with few lines of comment might not have sufficient documentation to make them understandable.
5- * @treemap.warnOn lowValues
65 * @metricType file
7- * @metricAggregate avg sum max
8- * @precision very-high
96 * @id rb/lines-of-comments-in-files
107 * @tags documentation
118 */
You can’t perform that action at this time.
0 commit comments