B
Billy Patton
I can run and get a report telling me a percentage of lines covered and
times spent in each module.
How do I get a line by line reference to each file.
I would like to know which lines did not get touched.
I used a coverage long ago that put ** infromt of each line used and
empty when not used. This is what I'm afer.
times spent in each module.
How do I get a line by line reference to each file.
I would like to know which lines did not get touched.
I used a coverage long ago that put ** infromt of each line used and
empty when not used. This is what I'm afer.