Using Devel::Cover in different ways - Help Reqd.!!

2004-10-08 Thread Padubidri Nagaraja Rao, Guruprasad (Guruprasad)** CTR **
Hi, I've few perl scripts called from C++ programs. I wanted to do code coverage for those scripts and i am using Devel::Cover module. Since the existing C++ programs are huge and takes lot of time to compile, I don't want to change the existing C++ code to build those scripts with coverage. Fo

Re: Using Devel::Cover in different ways - Help Reqd.!!

2004-10-08 Thread Paul Johnson
On Fri, Oct 08, 2004 at 04:50:28PM +0530, Padubidri Nagaraja Rao, Guruprasad (Guruprasad)** CTR ** wrote: > Hi, > > I've few perl scripts called from C++ programs. I wanted to do code coverage > for > those scripts and i am using Devel::Cover module. Since the existing C++ > programs are huge a