Code Coverage tools
I'm trying to find a Code Coverage tool, to evaluate the coverage of my testing. This tool needs to have the following:
- be easy to use
- work totally from the command line
- work for a multiple-process software system, that also is multi-threaded
- provide a hit count (so I know if there might be redundant tests)
I've tried evaluating BullseyeCoverage and PurifyPlus. Bullseye is pretty nice, but doesn't provide the hit count. PurifyPlus is harder to use, and the result viewer requires a GUI, so that's not likely to work.
Does anyone have other recommendations? I am investigating Insure++ and Cantata++ now.
Thanks!
|