From: Dmitri F. <far...@gm...> - 2011-01-17 21:52:03
|
Hi, I could not find any documentation on that on the site, so: Does anyone know a way to filter out reporting of certain lines of code from coverage report? For example I want to be able to exclude LOG.debug() calls and getters and setters method from being reporting at all, similar to the way Clover does: "Clover Contexts"http://confluence.atlassian.com/display/CLOVER/Using+Coverage+Contexts Is there a way to do similar reported content filtering? Thanks, Dmitri. |