aboutsummaryrefslogtreecommitdiffstats
path: root/devel/covtool
Commit message (Collapse)AuthorAgeFilesLines
* A free test coverage analysis tool for C++. Analogous to purecov but quitepawel2012-12-228-0/+281
different in implementation. This tool does its job by instrumenting the source as you compile. You can thus add your own instrumentation to every line on the fly. WWW: http://sourceforge.net/projects/covtool/ PR: ports/174234 Submitted by: novator24 <novator24@gmail.com>