On Mon Mar 19 09:54:26 2007, ptc wrote:
> 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.

A 'make cover' target has been in trunk for a while now.  All that is 
required atm to close this ticket is proper integration with 
Devel::Cover so that the Perl-related components could be tested for 
coverage as well as the C-related components all from within the same 
make target.

Paul

Reply via email to