Skip to content

Generates a Dextool Mutate vs LCOV side by side presentation

Notifications You must be signed in to change notification settings

christoffer-nylen/dexcov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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