On Sat, Oct 04, 2003 at 11:47:31PM +0200, Paul Johnson wrote: > On Sat, Oct 04, 2003 at 11:25:27PM +0200, Gabor Szabo wrote: > > > That's what I thought and recalled from the presentation of Paul > > and I understand the red 50 in branch and the red 33 in cond but > > I don't understand the green 33 or the green 1 in stmt. > > And the best is the green 108 stmt. > > Since a statement is either 0% covered or 100% covered I don't waste > space by reporting the coverage as a percentage. Instead the statement > column tells you the number of times the statement was exectued. Thus, > anything over 0 is OK, and coloured green. > > 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.
Changing statement column header to Statement Executions and removing the colour from that column, or changing it to a very pale green, would help. Tim.