Home > Archive > Software Testing > February 2008 > Code coverage
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| Hello,
We are looking for any testing tool that is capable of checking code
coverage for C,C ++ and Java code. Or at least for C and C++. We want
to know how much of our code written on C/C++ is covered in terms of
function calls and line calls. We tried Rational PureCoverage. It's
excellent but has some limitations in our case.
Any idea would be greatly appreciated.
| |
| Gary R. Schmidt 2008-02-03, 11:07 pm |
| ev wrote:
> Hello,
> We are looking for any testing tool that is capable of checking code
> coverage for C,C ++ and Java code. Or at least for C and C++. We want
> to know how much of our code written on C/C++ is covered in terms of
> function calls and line calls. We tried Rational PureCoverage. It's
> excellent but has some limitations in our case.
> Any idea would be greatly appreciated.
ggcov - <http://ggcov.sourceforge.net/>
Disclaimer: I work with the bloke that made it.
Cheers,
Gary B-)
| |
| sebastien_fricker@yahoo.fr 2008-02-04, 9:47 am |
| ev <evoldman@gmail.com> wrote:
> Hello,
> We are looking for any testing tool that is capable of checking code
> coverage for C,C ++ and Java code. Or at least for C and C++. We want
> to know how much of our code written on C/C++ is covered in terms of
> function calls and line calls. We tried Rational PureCoverage. It's
> excellent but has some limitations in our case.
> Any idea would be greatly appreciated.
You can have a look to CoverageMeter: http://www.coveragemeter.com
Regards
Seb
|
|
|
|
|