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 e0916f4 commit 095531eCopy full SHA for 095531e
llvm/utils/llvm-locstats/llvm-locstats.py
@@ -167,6 +167,7 @@ def Main():
167
cov_category = \
168
"params (excluding the debug entry values) " \
169
"with {} of its scope covered".format(cov_bucket)
170
+ variables_coverage_map[cov_bucket] = json_parsed[cov_category]
171
else:
172
# Read the JSON for both local variables and formal parameters.
173
variables_total = \
0 commit comments