|
From: SourceForge.net <no...@so...> - 2007-04-19 23:54:58
|
Feature Requests item #1494312, was opened at 2006-05-24 13:47 Message generated for change (Comment added) made by benoitx You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=747720&aid=1494312&group_id=140880 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Support for new format Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Stephen Colebourne (scolebourne) Assigned to: Marcin Jekot (marchy) Summary: Cobertura percentage not detailed enough Initial Comment: The qalab cobertura statistics are calculated on a 0-100 basis, thus there are only 100 possible intermediate points. For a large project this doesn't provide enough detail (our junit coverage only increases slowly over time). This RFE is to change the cobertura statistics gathering to record statistics to one or two decimal places, for example 28.2% rather than 28%. The underlying cobertura xml file contains the information so that shouldn't be an issue. ---------------------------------------------------------------------- >Comment By: Benoit Xhenseval (benoitx) Date: 2007-04-19 23:54 Message: Logged In: YES user_id=358115 Originator: NO Hi Steve, We just had a look at this and, unfortunately, the code is using 'int' all over the place (including chart generation etc). As we mentioned before, QALab is not reporting 'exact' data but trends; the amount of changes vs. gain in precision does not warrant it at this stage, sorry. Unless a volunteer shows up, I shall close the issue to avoid false hope. Benoit ---------------------------------------------------------------------- Comment By: Benoit Xhenseval (benoitx) Date: 2006-11-12 19:39 Message: Logged In: YES user_id=358115 Steve, Sorry for the delay in replying, we did not have any email alert on Feature Request (until today). It is too late for our 1.0 release but we will check this out, QALab is designed to show a trend, it is not showing 'exact' data (like the types of bugs over time etc...) But we will check this. Benoit ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=747720&aid=1494312&group_id=140880 |