Hi, I want to collect code coverage data of my perl project which has a .pl file and .pm files. If I include this module in each file, I'm getting result only of .pl file.
Can anyone suggest about the use case so that I can collect code coverage data of all files. Regards, ~Piyush