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 1
1
/**
2
- * @id py/summary/lines-of-code
3
2
* @name Total lines of Python code in the database
4
3
* @description The total number of lines of Python code across all files, including
5
4
* external libraries and auto-generated files. This is a useful metric of the size of a
6
5
* database. This query counts the lines of code, excluding whitespace or comments.
7
6
* @kind metric
8
7
* @tags summary
8
+ * @id py/summary/lines-of-code
9
9
*/
10
10
11
11
import python
Original file line number Diff line number Diff line change 1
1
/**
2
- * @id py/summary/lines-of-user-code
3
2
* @name Total lines of user written Python code in the database
4
3
* @description The total number of lines of Python code from the source code directory,
5
4
* excluding auto-generated files. This query counts the lines of code, excluding
8
7
* be counted as user written code.
9
8
* @kind metric
10
9
* @tags summary
10
+ * @id py/summary/lines-of-user-code
11
11
*/
12
12
13
13
import python
You can’t perform that action at this time.
0 commit comments