[llvm-bugs] [Bug 34615] New: Coverage summary and coverage display don't agree on the number of lines covered

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Sep 14 16:57:21 PDT 2017


https://bugs.llvm.org/show_bug.cgi?id=34615

            Bug ID: 34615
           Summary: Coverage summary and coverage display don't agree on
                    the number of lines covered
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: efriedma at codeaurora.org
                CC: llvm-bugs at lists.llvm.org, vsk at apple.com

Consider
http://lab.llvm.org:8080/coverage/coverage-reports/all/coverage/Users/buildslave/jenkins/sharedspace/clang-stage2-coverage-R@2/llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp.html

If you look at the counts on the side, there is one line with a zero count. 
There are five lines which contain a red highlight anywhere.  But
http://lab.llvm.org:8080/coverage/coverage-reports/all/index.html says only
174/225 lines are covered.

This is, at best, really confusing.  Where are these uncovered lines coming
from?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170914/31fc0b79/attachment-0001.html>


More information about the llvm-bugs mailing list