On Tue, Mar 06, 2012 at 12:15:20AM +0100, Emmanuel Bourg wrote: > I ran Cobertura and uploaded the result here: > > http://people.apache.org/~ebourg/math/cobertura > > It took more than 4 hours to complete on my Core 2 Duo, ouch!
Thanks for the effort! :-) > At the > end JavaNCSS complained about the hexadecimal floating numbers in > some classes but it didn't prevent the report from being generated. > > Cobertura reveals some untested code, I don't know if it's worth > holding the release for this. > > - ParameterizedWrapper : no tests > - SimpleRegression : low coverage > - org.apache.commons.math3.geometry.euclidean.oned : low coverage > - Acosh, Asinh, Atanh, Atan2 : not tested > - Acos, Asin, Atan, Cbrt, Exp, Expm1, and more : derivative() not tested > - OutlineExtractor : not tested > - NestedLoops, Vector2D : not tested > - FastMathCalc : not tested > - SingularValueDecomposition : case 2 isn't tested at line 344 Developers know that that should aim for 100% coverage. ;-) However I don't think that coverage was deemed a blocker issue. [If bugs are discovered in the uncovered paths, we can always add tests and provide a point release.] Regards, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org