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 55| Files extracted - total | 5 |
66| Files extracted - with errors | 1 |
77| Files extracted - without errors | 4 |
8+ | Files extracted - without errors % | 80 |
89| Inconsistencies - AST | 0 |
910| Inconsistencies - CFG | 0 |
1011| Inconsistencies - data flow | 0 |
Original file line number Diff line number Diff line change 55| Files extracted - total | 4 |
66| Files extracted - with errors | 0 |
77| Files extracted - without errors | 4 |
8+ | Files extracted - without errors % | 100 |
89| Inconsistencies - AST | 0 |
910| Inconsistencies - CFG | 0 |
1011| Inconsistencies - data flow | 0 |
Original file line number Diff line number Diff line change 55| Files extracted - total | 4 |
66| Files extracted - with errors | 0 |
77| Files extracted - without errors | 4 |
8+ | Files extracted - without errors % | 100 |
89| Inconsistencies - AST | 0 |
910| Inconsistencies - CFG | 0 |
1011| Inconsistencies - data flow | 0 |
Original file line number Diff line number Diff line change 3232 key = "Files extracted - without errors" and
3333 value = count ( SuccessfullyExtractedFile f | exists ( f .getRelativePath ( ) ) )
3434 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
3540 key = "Lines of code extracted" and value = getLinesOfCode ( )
3641 or
3742 key = "Lines of user code extracted" and value = getLinesOfUserCode ( )
Original file line number Diff line number Diff line change 55| Files extracted - total | 7 |
66| Files extracted - with errors | 3 |
77| Files extracted - without errors | 4 |
8+ | Files extracted - without errors % | 57 |
89| Inconsistencies - AST | 0 |
910| Inconsistencies - CFG | 0 |
1011| Inconsistencies - data flow | 0 |
You can’t perform that action at this time.
0 commit comments