On Friday 18 April 2008 20.06.32 Michael G Schwern wrote: > I'd like to know if anyone has a way to make Devel::Cover work properly > with the MakeMaker tests. Currently I get bizarre results from cover -test > (see below) where it thinks there's no lines in the modules. This is > probably the result of MakeMaker running so many perl subprocesses. I'd > imagine they're all blowing over each other writing to the coverage files. > > Might it make sense for Devel::Cover to write out coverage information per > process and merge them together later? Or is there some other trick I > might employ?
I had a closely(?) related problem. The subs in the module where generated dynamically. The more subs and tests I wrote, the less coverage I got. My 2 cents, Nadim.