C1 or C2 coverage tool for ruby [duplicate]

2019-03-15 23:40发布

问题:

This question already has an answer here:

  • Does C1 code coverage analysis exist for Ruby? [closed] 5 answers

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.

回答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 :-)