On Sat, 4 Oct 2003, Paul Johnson wrote: > The colours are just eye candy, they map to the numbers. The idea being > that the red stuff is what you want to look at first. > > I suspect that you are right, and this is probably not documented > anywhere.
Thanks for the answer ! Another question: I am running coverage analyzis on the test suit of CGI::Application with the intention of phalanxing it if Jesse (the author) agrees. This module is used by sub-classing it. Devel::Cover collects information and reports about each one of the sub-classes that are there to test only. I wonder if it possible to to tell Devel::Cover not to waste time on the coverage of these modules as they are not interesting ? OK that was my original question but now I am not sure. Maybe it is actually important to make sure each test sub-class is also covered well within its tests ? Or maybe that's just the means of achieving better testing of the real module ? Gabor