Re: perl code coverage

2010-06-28 Thread Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯
Change directory to a location that is writable, then see part 5 about getting coverage for a program. signature.asc Description: This is a digitally signed message part.

perl code coverage

2010-06-28 Thread Irfan Sayed
Hi All, I have installed perl-devel-cover to measure the code coverage of Perl scripts. after installation , i am running command "cover" but it says , "Can't open database /usr/lib64/perl5/5.8.5/x86_64-linux-thread-multi/Devel/Cover/cover_db" do i need to do any other extra steps ? Please let m

Re: Problem with perl code - coverage during build

2005-11-22 Thread Sébastien Aperghis-Tramoni
Selon Dharmesh Vyas <[EMAIL PROTECTED]>: > Hello Group, > > I am trying to test the perl component and find the code coverage for the > same.I have wrote a parser that analyses the generated perl test log files. > I am using the version 5.8.7 of perl. I am trying to do the code coverage > using bu

Problem with perl code - coverage during build

2005-11-22 Thread Dharmesh Vyas
Hello Group, I am trying to test the perl component and find the code coverage for the same.I have wrote a parser that analyses the generated perl test log files. I am using the version 5.8.7 of perl. I am trying to do the code coverage using bullseye. But while I am trying to build the component