This turns out to be some incompatibility between the clover plugin and the junit-report plugin.
http://jira.codehaus.org/browse/MPCLOVER-59 Jeff Lukas Theussl-3 wrote: > > Can't you get that using the maven.clover.instrument.tests and/or > maven.clover.includes/excludes properties? > > -Lukas > > jblack wrote: >> Clover will show me source lines of code, is there a technique to get >> only >> Test source lines of code. >> >> Example like: Code LOC: 451 Test LOC: 586 Code to Test Ratio: 1:1.3 >> >> Or is there an integrated maven report that will do this for me? >> >> >> Jeff >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-m1--Report-showing-code-to-test-ratio--tf4142921s177.html#a11817427 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
