[llvm-locstats] Fix 'only params' no entry value stats

Adding the missing line.

llvm-svn: 374875
This commit is contained in:
Djordje Todorovic 2019-10-15 10:12:14 +00:00
parent e0916f4fbe
commit 095531ea94
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ def Main():
cov_category = \
"params (excluding the debug entry values) " \
"with {} of its scope covered".format(cov_bucket)
variables_coverage_map[cov_bucket] = json_parsed[cov_category]
else:
# Read the JSON for both local variables and formal parameters.
variables_total = \