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 9ba19b1 commit 68edfc6Copy full SHA for 68edfc6
cls/TestCoverage/Data/Run.cls
@@ -132,7 +132,7 @@ ClassMethod MapRunCoverage(pRunIndex As %Integer) As %Status
132
" AND oldMetric.element_key = map.ToLine "_
133
"WHERE source.Run = ? "_
134
" AND source.Ignore = 0"_
135
- " AND source.Calculated = 0"_
+ " AND source.Calculated = 0 "_
136
"GROUP BY target.ID,map.ToLine"
137
138
#dim tResult As %SQL.StatementResult
0 commit comments