m******t 发帖数: 2416 | 1
GroboUtils is another popular open source coverage tool. Although it
instruments byte code as well, so if you don't like emma, you probably
won't like GroboUtils either.
But frankly, tools that instrument byte code are generally better
than those work at source level because they are less intrusive and higher
compatibility. Besides, I don't see why byte code instrumenters are
inherently insufficient - from my experience with emma or GroboUtils, they
seem to be comparable to clover.
Even there |
|