search for: lovezhi

Displaying 3 results from an estimated 3 matches for "lovezhi".

Did you mean: liezhi
2020 May 04
2
[EXTERNAL] How to get branch coverage by using 'source-based code coverage'
...red or not > covered. > > > > I hope that helps. > > > > As for the future goals, I do plan on addressing what’s required for > MC/DC, but that is work that I have not yet planned. > > > > Thanks! > > > > -Alan Phipps > > > > *From:* LoveZhi Xie [mailto:crazyforzhi1987 at gmail.com] > *Sent:* Sunday, May 3, 2020 11:12 AM > *To:* Phipps, Alan > *Cc:* llvm-dev at lists.llvm.org > *Subject:* Re: [EXTERNAL] [llvm-dev] How to get branch coverage by using > 'source-based code coverage' > > > > Hi, Alan >...
2020 May 03
2
[EXTERNAL] How to get branch coverage by using 'source-based code coverage'
...if you can ascertain based on the coverage that > control-flow decisions have evaluated to both true and false, but I’ll let > others comment here with suggestions. > > > > -Alan Phipps > > > > *From:* llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] *On Behalf Of *LoveZhi > Xie via llvm-dev > *Sent:* Sunday, April 26, 2020 11:36 AM > *To:* llvm-dev at lists.llvm.org > *Subject:* [EXTERNAL] [llvm-dev] How to get branch coverage by using > 'source-based code coverage' > > > > Hi, llvm/clang experts > > > > I need to get t...
2020 Apr 26
2
How to get branch coverage by using 'source-based code coverage'
Hi, llvm/clang experts I need to get the branch coverage for some testing code. But i found gcov can't give a expected coverage which may count some 'hidden branch' in (See stackoverflow answer <https://stackoverflow.com/questions/42003783/lcov-gcov-branch-coverage-with-c-producing-branches-all-over-the-place>). Instead, I turn to use clang and the 'source-based code