You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <gg...@seagullsoftware.com> on 2005/07/25 21:12:56 UTC

[lang] Clover coverage of text.VariableFormatter

Oliver (or others):

There is just one line of code marked with a "?" by Clover in
VariableFormatter. The rest of the class is covered by the unit tests:

http://people.apache.org/~ggregory/commons-lang/2.2-dev/docs/clover/

I am not sure if this would be fixed by using the latest version of
Clover but it means that we do not have 100% for VariableFormatter and
it sure would be nice to get there.

Can you shine a light on this or see if you can get that last line to
get covered?

Thanks,
Gary

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [lang] Clover coverage of text.VariableFormatter

Posted by Steven Caswell <st...@gmail.com>.
Gary,

I've seen the same behavior in other lang tests. The common thread is
that the line contains a variable assignment. I'm guessing that Clover
has a problem with this but I haven't had the cycles to do any further
investigation.


On 7/25/05, Gary Gregory <gg...@seagullsoftware.com> wrote:
> Oliver (or others):
> 
> There is just one line of code marked with a "?" by Clover in
> VariableFormatter. The rest of the class is covered by the unit tests:
> 
> http://people.apache.org/~ggregory/commons-lang/2.2-dev/docs/clover/
> 
> I am not sure if this would be fixed by using the latest version of
> Clover but it means that we do not have 100% for VariableFormatter and
> it sure would be nice to get there.
> 
> Can you shine a light on this or see if you can get that last line to
> get covered?
> 
> Thanks,
> Gary
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 
> 


-- 
Steven Caswell
steven.caswell@gmail.com

Take back the web - http://www.mozilla.org

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org