[lldb-dev] Code coverage of llvm, clang, lldb & polly

Konstantin Tokarev annulen at yandex.ru
Sat Jun 1 08:55:09 PDT 2013



01.06.2013, 19:39, "Sylvestre Ledru" <sylvestre at debian.org>:
> http://buildd-clang.debian.net/coverage/
> Your patch fixed the issue!
> Thanks to it, the LLVM toolchain is close to the 80 % lines test
> coverage (which is excellent).

Note that line-based coverage is far from being precise. To get more
realistic estimation of coverage, you need to use coverage tool that
provides decision and condition coverage, e.g. TestCocoon.

-- 
Regards,
Konstantin



More information about the lldb-dev mailing list