[PATCH] llvm-cov: report the number of executed functions instead of the number of fully covered functions.

Alex Lorenz arphaman at gmail.com
Thu Sep 4 10:08:49 PDT 2014


Hi bogner, bob.wilson,

I'm back after a short break. 

This patch fixes the output produced by llvm-cov's `report` command by showing the number of functions executed in a file rather than the number of functions that were fully covered in that specific file.

http://reviews.llvm.org/D5196

Files:
  test/tools/llvm-cov/Inputs/report.covmapping
  test/tools/llvm-cov/Inputs/report.profdata
  test/tools/llvm-cov/report.cpp
  tools/llvm-cov/CodeCoverage.cpp
  tools/llvm-cov/CoverageReport.cpp
  tools/llvm-cov/CoverageSummary.cpp
  tools/llvm-cov/CoverageSummaryInfo.cpp
  tools/llvm-cov/CoverageSummaryInfo.h
  tools/llvm-cov/FunctionCoverageMapping.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5196.13274.patch
Type: text/x-patch
Size: 7312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140904/673d52b4/attachment.bin>


More information about the llvm-commits mailing list