8

Is there any tool for C1 or C2 code coverage for Ruby (1.9)? SimpleCov supports only C0, but maybe there is another tool.

I'm aware that a similar question has been asked here, but it was a couple years ago and I hope that something has changed.

Community
  • 1
  • 1
mrzasa
  • 22,895
  • 11
  • 56
  • 94

1 Answers1

1

No, currently there is no tool that does that.

There is also no technical limitation that avoids one to implement it, so feel free to create something at github :-)

fotanus
  • 19,618
  • 13
  • 77
  • 111