How to use Devel::Cover?

2005-12-25 Thread Scott Wang
Hi , I am new to use Devel::Cover. We have lots of product Perl modules in our product "lib" folder and we have lots of Perl test scripts to cover those modules, right now, we are trying to get the code coverage metrics for our tests on those modules. I find we might get help by using Devel::C

Re: How to use Devel::Cover?

2005-12-26 Thread Scott Wang
sts. I am new in Perl and Devel::Cover, so pleaes help and give detail info. Thanks again and looking forward to getting your further advice! Scott James E Keenan <[EMAIL PROTECTED]> wrote: Scott Wang wrote: > Hi , > > I am new to use Devel::Cover. > > We have lots of prod

Re: How to use Devel::Cover?

2005-12-26 Thread Scott Wang
hanks in advance, Scott Chris Dolan <[EMAIL PROTECTED]> wrote: On Dec 25, 2005, at 3:46 PM, Scott Wang wrote: > I am new to use Devel::Cover. > > We have lots of product Perl modules in our product "lib" folder > and we have lots of Perl test scripts to cover tho

Re: How to use Devel::Cover?

2005-12-26 Thread Scott Wang
dy W. Sims" <[EMAIL PROTECTED]> wrote: > James E Keenan wrote: > > Scott Wang wrote: > >> Hi Chris, > >> > >> I am still confus. > >> > >> For example, > >> > >> On my Linux box, I have a module > >> "

question about using "cover -ignore" and "cover -ignore_re"

2006-05-29 Thread Scott Wang
Hi, I was running Devel::Cover to gather code coverage information for my ".pm" module files and I try to "cover -ignore" or "cover -ignore_re" to screen out coverage data for my test script ".pt" files and only display coverage data for my ".pm" modules. But, command does not prevent the data fo

More - Re: question about using "cover -ignore" and "cover -ignore_re"

2006-05-29 Thread Scott Wang
l::Cover=+ignore,\\.pt$ ...". Many thanks again in advance. Scott --- Paul Johnson <[EMAIL PROTECTED]> wrote: > On Mon, May 29, 2006 at 12:44:38PM -0700, Scott Wang > wrote: > > > Hi, > > > > I was running Devel::Cover to gather code coverage > > i

Question - (1) Devel:;Cover and B::Deparse issue (2) "cover" and its momory consuming issue

2006-06-02 Thread Scott Wang
We are trying to use Devel::Cover module and "cover" in our regression tests run to generate product code coverage data. However, we met two big problems: (1) Lots of our perl test scripts failed in code coverage run and seems related to B::Deparse and we got million lines of messages like below i

Re: Question - (1) Devel:;Cover and B::Deparse issue (2) "cover" and its momory consuming issue

2006-06-03 Thread Scott Wang
show up in our logs. Thanks again, Scott --- James E Keenan <[EMAIL PROTECTED]> wrote: > Scott Wang wrote: > > We are trying to use Devel::Cover module and > "cover" > > in our regression tests run to generate product > code > > coverage data. However, we m

Re: Question - (1) Devel:;Cover and B::Deparse issue (2) "cover" and its momory consuming issue

2006-06-03 Thread Scott Wang
Thanks!...Scott --- James E Keenan <[EMAIL PROTECTED]> wrote: > Scott Wang wrote: > > Hi James, > > > > Any information on, generally, how and why > > Devel::Cover use B::Deparse module? > > Google is your friend. I recommend going to Google > Groups

Error Message "Magic number checking on storable file" when running "cover" to merge data

2006-06-05 Thread Scott Wang
I got below error message from running "cover" to merge my coverage database, any clue? = Reading database from ... Magic number checking on storable file failed at ../../lib/Storable.pm (autosplit into ../../lib/auto/Storable/_retrieve.al) line 331, at Devel/Cover/DB/Structure.pm line

Error Message "Magic number checking on storable file..." when running "cover" to merge data

2006-06-05 Thread Scott Wang
Hi All, I got below error message from running "cover" to merge my coverage data, any clue? The "Magic number checking on storable file ..." message also shows up in my test log, I am wondering if this means that my coverage database has corrupted somehow. = Reading database from ...

Re: Question - (1) Devel:;Cover and B::Deparse issue (2) "cover" and its momory consuming issue

2006-06-10 Thread Scott Wang
ECTED]> wrote: > On Sat, Jun 03, 2006 at 08:29:09PM -0700, Scott Wang > wrote: > > > Thanks!...Scott > > Does this mean everything is working OK for you? > > "Deep recursion on subroutine" is just a warning, > though Devel::Cover > seems to tickl

Re: Error Message "Magic number checking on storable file..." when running "cover" to merge data

2006-06-10 Thread Scott Wang
e test processes had been killed. Is this a reasonable explaination to the 0 size data file? Thanks, Scott --- Paul Johnson <[EMAIL PROTECTED]> wrote: > On Mon, Jun 05, 2006 at 08:13:38PM -0700, Scott Wang > wrote: > > > Hi All, > > > > I got below error messa

Any Clue about Devel::Cover Error Message "Corrupted storable file (binary v2.7) at ../../lib/Storable.pm"

2006-07-07 Thread Scott Wang
erience on killing process and folking process cause "Magic number ..." issue and "orrupted storable file ..." issue? Thanks in advance, Scott --- Paul Johnson <[EMAIL PROTECTED]> wrote: > On Sat, Jun 10, 2006 at 08:14:09PM -0700, Scott Wang > wrote: > > >

Re: Any Clue about Devel::Cover Error Message "Corrupted storable file (binary v2.7) at ../../lib/Storable.pm"

2006-07-08 Thread Scott Wang
l world, work correctly with our test to improve the data accuracy is very critial for us to move forward with the code coverage tool. Thanks a lot for your kind helps! Scott --- Paul Johnson <[EMAIL PROTECTED]> wrote: > On Fri, Jul 07, 2006 at 10:26:13AM -0700, Scott Wang > wrote: &