Commit 095531ea authored by Djordje Todorovic's avatar Djordje Todorovic
Browse files

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

Adding the missing line.

llvm-svn: 374875
parent e0916f4f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 = \