Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Clover coverage exclusion attribute

Luke Quinane November 29, 2011

Does Clover support using an annotation to exclude a method from code coverage like NCover does?

http://docs.ncover.com/ref/2-0/frequently-asked-questions/#q10

1 answer

1 accepted

1 vote
Answer accepted
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 10, 2012

Clover indeed has a similar feature, but it's using code comments instead of annotations for this purpose:

///CLOVER:OFF

///CLOVER:ON

Just put comments above in your source code (note that three slashes are used) in order to disable instrumentation of given block of code. As code won't be instrumented, it won't be considered in reports as well.

TIP: You can use it not only for a method but for any piece of code (even a single line).

TIP: You can use it also for Java 1.4 as it's not based on annotations.

Amit tripathi June 16, 2017

Does this work only for Java? I tried using this with grails but it is not working.

Grzegorz Lewandowski
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 16, 2017

Unfortunately the code directives work only for Java code.

It's because Groovy instrumentation is performed on a AST transformations level and at this point code comments are not available anymore. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events