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
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:
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
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 ]
>