Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e589604

Browse files
committed
summary LOC query tests
1 parent 98a4f4c commit e589604

6 files changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
| 9 |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
queries/summary/LinesOfCode.ql
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
| 5 |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
queries/summary/LinesOfUserCode.ql
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# comment
2+
3+
def hello
4+
p "hello foo"
5+
end
6+
7+
# another one
8+
9+
hello
10+
11+
p "more code here"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# comment
2+
3+
def hello
4+
p "hello lib"
5+
end
6+
7+
# another one
8+
9+
hello

0 commit comments

Comments
 (0)