C2 Rcov Covrage

Hi All,

How i can get C2 coverage in Rcov?

On 5/22/07, Koustubh J. [email protected] wrote:

Hi All,

How i can get C2 coverage in Rcov?

rcov does not provide C2 coverage. Mauricio would be able answer more
definitely, but I do believe it only provides C0 and possible C1 code
coverage.

I’m sure Mauricio would accept a patch that implements C2 coverage :wink:

Blessings,
TwP

Koustubh J. wrote:

How i can get C2 coverage in Rcov?

Rcov doesn’t provide C2 coverage. You can get something similar using
Heckle:
http://blog.zenspider.com/archives/2006/10/heckle_another_rubyconf_hack.html.

Phil