C ++ open source hidden code for dynamically linked libraries on Linux

Possible duplicate:
Free code coverage tools

I recently searched for some tools to cover code, lcov met my needs until I found that it does not cover dynamic linked code, there are some commercial products, but I prefer to use free solutions, does anyone know a tool to achieve this?

+3
source share
1 answer

Intel compiler has code coverage features and nice reporting in text / HTML pages. You can try a trial version.

http://software.intel.com/en-us/intel-compilers/

Code-Coverage .

0

Source: https://habr.com/ru/post/1724725/


All Articles