We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07f618 commit feed0ebCopy full SHA for feed0eb
rust/ql/src/queries/summary/SummaryStats.ql
@@ -23,8 +23,7 @@ where
23
key = "Files extracted - total" and value = count(File f | exists(f.getRelativePath()))
24
or
25
key = "Files extracted - with errors" and
26
- value =
27
- count(File f | exists(f.getRelativePath()) and not f instanceof SuccessfullyExtractedFile)
+ value = count(File f | exists(f.getRelativePath()) and not f instanceof SuccessfullyExtractedFile)
28
29
key = "Files extracted - without errors" and
30
value = count(SuccessfullyExtractedFile f | exists(f.getRelativePath()))
0 commit comments