Re: Perl code - Coverage

2002-01-26 Thread Paul Johnson
On Thu, Jan 17, 2002 at 02:08:16PM -0500, Richard J. Barbalace wrote: > Rajanikanth Dandamudi <[EMAIL PROTECTED]> writes: > > Can someone help me in getting the coverage of a perl > > program. I had used the Coverage module of the perl > > distribution by issuing a command: > > perl -d:Cover

Re: Perl code - Coverage

2002-01-17 Thread Rajanikanth Dandamudi
Richard J. Barbalace, Daniel Gardner, I am very thankful to both of you on helping me in this regard. I am using the coverperl tool to get the coverage information from the script_name.cvp file. Once again thank you very much. Thanks and Regards Rajanikanth "Richard J. Barbalace" wrote:

Re: Perl code - Coverage

2002-01-17 Thread Richard J. Barbalace
Rajanikanth Dandamudi <[EMAIL PROTECTED]> writes: > Can someone help me in getting the coverage of a perl > program. I had used the Coverage module of the perl > distribution by issuing a command: > perl -d:Coverage script_name [ args ] There's very little documentation in Devel::Coverage's

Re: Perl code - Coverage

2002-01-17 Thread Daniel Gardner
Hello Rajanikanth, Thursday, January 17, 2002, 9:49:03 AM, Rajanikanth Dandamudi wrote: > Hello, > Can someone help me in getting the coverage of a perl > program. I had used the Coverage module of the perl > distribution by issuing a command: > perl -d:Coverage script_name [ args ] >