On Sat Mar 17 14:19:51 2007, ptc wrote: > The lcov tool from the Linux Test Project > (http://ltp.sourceforge.net/coverage/lcov.readme.php) can be used to > produce html output of code coverage information (I believe this looks > similar to Devel::Cover's output). A 'make cover' target should be > added to the Makefile and lcov should be run regularly over the parrot > source to help guide the testing.
There is also a script for performing code coverage of parrot: tools/ dev/parrot_coverage.pl. The script generates html output of the code coverage information (gleaned from gcov). Is a makefile target the best option here, or should the script be used? It would be good to combine the output from the C-related parts of Parrot with that of the Perl-related parts, as pointed out by Paul Jackson.