File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/**
2- * @id py/summary/lines-of-code
32 * @name Total lines of Python code in the database
43 * @description The total number of lines of Python code across all files, including
54 * external libraries and auto-generated files. This is a useful metric of the size of a
65 * database. This query counts the lines of code, excluding whitespace or comments.
76 * @kind metric
87 * @tags summary
8+ * @id py/summary/lines-of-code
99 */
1010
1111import python
Original file line number Diff line number Diff line change 11/**
2- * @id py/summary/lines-of-user-code
32 * @name Total lines of user written Python code in the database
43 * @description The total number of lines of Python code from the source code directory,
54 * excluding auto-generated files. This query counts the lines of code, excluding
87 * be counted as user written code.
98 * @kind metric
109 * @tags summary
10+ * @id py/summary/lines-of-user-code
1111 */
1212
1313import python
You can’t perform that action at this time.
0 commit comments