in reply to Code Coverage on perl based web Application

I have unnamed module or program that do stuff .... how do I make it do other stuff

What is the name? Where is the documentation?

  • Comment on Re: Code Coverage on perl based web Application

Replies are listed 'Best First'.
Re^2: Code Coverage on perl based web Application
by bimleshsharma (Beadle) on Dec 16, 2014 at 09:09 UTC
    I guess i explain everything in my post, so please let me know what name and doc is required. I have an application made in perl and i want code coverage on that using Devel::Cover or some other module. Generally if we have a perl file then we can do easily but if we have web application then there is problem and need help on that.