On Wed, 4 Sep 2019 at 03:53, Konstantin Tokarev <annu...@yandex.ru> wrote: > 03.09.2019, 18:45, "Andy" <asmalo...@gmail.com>: > > Not sure if it's quite what you're looking for, but I wrote up a tutorial > > on using gcov & lcov with Qt5 & Qt Creator: > > > > "Code Coverage Of Unit Tests Using Qt 5 On macOS" > > https://asmaloney.com/2017/01/code/code-coverage-of-unit-tests-using-qt-5-on-macos/ > > > > Might give you some ideas. > > Line-based coverage is inherently sub-par approach as compared to > condition/decision coverage provided by testcocoon. However it may be > possible to achieve that by using different instrumentartion options of > compiler.
Branch coverage is not a break-through either... Check out https://en.wikipedia.org/wiki/Mutation_testing and see https://github.com/mull-project/mull/ for a clang-based implementation that support C++. They have a nice screenshot showing XCode integration... Chris _______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest