File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
integration-tests/all-platforms/java/buildless-erroneous Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 12
12
| Number of lines of code | 7 |
13
13
| Number of lines of code with extension java | 7 |
14
14
| Percentage of calls with call target | 20 |
15
+ | Percentage of expressions with known type | 14 |
15
16
| Total number of diagnostics from CodeQL Java extractor | 12 |
16
17
| Total number of lines | 13 |
17
18
| Total number of lines with extension java | 13 |
Original file line number Diff line number Diff line change @@ -159,9 +159,9 @@ where
159
159
extractorTotalDiagnostics ( key , value ) or
160
160
CallTargetStatsReport:: numberOfOk ( key , value ) or
161
161
CallTargetStatsReport:: numberOfNotOk ( key , value ) or
162
- CallTargetStatsReport:: percentageOfOk ( key , value ) or
162
+ CallTargetStatsReport:: percentageOfOk ( key , any ( float x | value = x . floor ( ) ) ) or
163
163
ExprTypeStatsReport:: numberOfOk ( key , value ) or
164
164
ExprTypeStatsReport:: numberOfNotOk ( key , value ) or
165
- ExprTypeStatsReport:: percentageOfOk ( key , value )
165
+ ExprTypeStatsReport:: percentageOfOk ( key , any ( float x | value = x . floor ( ) ) )
166
166
)
167
167
select key , value
You can’t perform that action at this time.
0 commit comments