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
Example 2: LCOV themes
$ dexcov example/lcov_html example/dextool_html -o -c example/out
$ xdg-open example/out/lz4.c.html