On Sat, Oct 04, 2003 at 11:25:27PM +0200, Gabor Szabo wrote:
> On Sat, 4 Oct 2003 [EMAIL PROTECTED] wrote:
> 
> > On Sat, Oct 04, 2003 at 11:00:33PM +0200, Gabor Szabo wrote:
> > > But what are those numbers and colors in the columns ?
> > > I could not find in the documentation. Please point me to the
> > > description if it is available somewhere.
> >
> > Percentage of the code covered, I think.
Right, in general.

> 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.

> Sure I need some hand holding on this.

Sounds like you're basically there to me.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to