Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 599 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 599 Bytes

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