search for: cov5

Displaying 2 results from an estimated 2 matches for "cov5".

Did you mean: cov
2020 May 04
2
[EXTERNAL] How to get branch coverage by using 'source-based code coverage'
...branch coverage. This may because iostream will introduce some global destruction branch. [image: cov4.png] Or if it's impossible, can we think clang region coverage should be a best practice *in C++ testing world*?? AFAIK, chromium is using region coverage now. [image: cov5.png] FYI. Thanks, Ted Xie Phipps, Alan <a-phipps at ti.com> 于2020年5月4日周一 上午12:54写道: > + Vedant Kumar > > > > Hi Ted! > > > > I would not say that clang region coverage is branch coverage(‘aka > decision coverage’). I would say that it may be possible to extr...
2020 May 03
2
[EXTERNAL] How to get branch coverage by using 'source-based code coverage'
Hi, Alan Really very excited to receive your email and sorry to be slow replying, it has been exceptionally busy over the last few days ;( Your explanation made the problem clear to me. So gcov branch coverage should be called condition coverage and clang region coverage is branch coverage in fact(also known as *decision/C1*), right? And llvm/clang will support all the following coverage