From: Shurgin,Gary <sh...@oc...> - 2010-04-28 16:19:47
|
I have the following groovy code. class MyClass extends BaseClass { MyClass( OtherClass field ) { super ( field ) } .... } The BaseClass has only 1 constructor, with the same parameter. Cobertura reports that the 'super' statement does not complete branch coverage. The error message is Line 16: Conditional coverage 50% (2/4) [each condition: 50%, 50%]. Is there something that I am not doing correctly? Is this a cobertura problem with groovy? If so, is it known? Thanks Gary Shurgin Software Engineer OCLC, Inc. |