/dexcov

Generates a Dextool Mutate vs LCOV side by side presentation

Primary LanguageHTML

dexcov

Tool for generating a Dextool Mutate (C/C++ Mutation Testing) vs LCOV (C/C++ Code Coverage) side by side presentation

Example 1: Original themes

$ dexcov example/lcov_html example/dextool_html -o example/out
$ xdg-open example/out/lz4.c.html

pic1

Example 2: LCOV themes

$ dexcov example/lcov_html example/dextool_html -o -c example/out
$ xdg-open example/out/lz4.c.html

pic1