File tree Expand file tree Collapse file tree 5 files changed +9
-0
lines changed
test/query-tests/diagnostics Expand file tree Collapse file tree 5 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 5
5
| Files extracted - total | 5 |
6
6
| Files extracted - with errors | 1 |
7
7
| Files extracted - without errors | 4 |
8
+ | Files extracted - without errors % | 80 |
8
9
| Inconsistencies - AST | 0 |
9
10
| Inconsistencies - CFG | 0 |
10
11
| Inconsistencies - data flow | 0 |
Original file line number Diff line number Diff line change 5
5
| Files extracted - total | 4 |
6
6
| Files extracted - with errors | 0 |
7
7
| Files extracted - without errors | 4 |
8
+ | Files extracted - without errors % | 100 |
8
9
| Inconsistencies - AST | 0 |
9
10
| Inconsistencies - CFG | 0 |
10
11
| Inconsistencies - data flow | 0 |
Original file line number Diff line number Diff line change 5
5
| Files extracted - total | 4 |
6
6
| Files extracted - with errors | 0 |
7
7
| Files extracted - without errors | 4 |
8
+ | Files extracted - without errors % | 100 |
8
9
| Inconsistencies - AST | 0 |
9
10
| Inconsistencies - CFG | 0 |
10
11
| Inconsistencies - data flow | 0 |
Original file line number Diff line number Diff line change 32
32
key = "Files extracted - without errors" and
33
33
value = count ( SuccessfullyExtractedFile f | exists ( f .getRelativePath ( ) ) )
34
34
or
35
+ key = "Files extracted - without errors %" and
36
+ value =
37
+ ( count ( SuccessfullyExtractedFile f | exists ( f .getRelativePath ( ) ) ) * 100 ) /
38
+ count ( ExtractedFile f | exists ( f .getRelativePath ( ) ) )
39
+ or
35
40
key = "Lines of code extracted" and value = getLinesOfCode ( )
36
41
or
37
42
key = "Lines of user code extracted" and value = getLinesOfUserCode ( )
Original file line number Diff line number Diff line change 5
5
| Files extracted - total | 7 |
6
6
| Files extracted - with errors | 3 |
7
7
| Files extracted - without errors | 4 |
8
+ | Files extracted - without errors % | 57 |
8
9
| Inconsistencies - AST | 0 |
9
10
| Inconsistencies - CFG | 0 |
10
11
| Inconsistencies - data flow | 0 |
You can’t perform that action at this time.
0 commit comments