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.
Paths
| Differential D5196
llvm-cov: report the number of executed functions instead of the number of fully covered functions. ClosedPublic Authored by arphaman on Sep 4 2014, 10:08 AM.
Details Summary 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.
Diff Detail Event TimelineComment Actions Sorry about the delay, had a wrist injury.
Revision Contents
Diff 14068 include/llvm/ProfileData/CoverageMapping.h
lib/ProfileData/CoverageMapping.cpp
test/tools/llvm-cov/report.cpp
tools/llvm-cov/CoverageReport.cpp
tools/llvm-cov/CoverageSummary.cpp
tools/llvm-cov/CoverageSummaryInfo.h
tools/llvm-cov/CoverageSummaryInfo.cpp
|