From: SourceForge.net <no...@so...> - 2008-12-09 16:45:48
|
Feature Requests item #1439558, was opened at 2006-02-27 18:28 Message generated for change (Comment added) made by hotribao You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=720018&aid=1439558&group_id=130558 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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Elliotte Rusty Harold (elharo) Assigned to: Nobody/Anonymous (nobody) Summary: List of untested packages, classes, and methods Initial Comment: I would like to add as part of the HTML output an additional page somewhere that lists all completely untested (0% coverage) packages, classes, constructors, and methods. This would be helpful in testing legacy code and identifying places wehre tests are most needed. Currently one has to drill down to get all this information. It would be nice to have it in one place. ---------------------------------------------------------------------- Comment By: Ho Tri Bao (hotribao) Date: 2008-12-09 23:45 Message: Another idea is listing top project risks (like what is done by Clover). Top project risks are top classes/methods that are complex but have less line coverage rate. So it is the relationship between code complexity and code coverage. I made a patch for this. It was submitted here: https://sourceforge.net/tracker/index.php?func=detail&aid=2353196&group_id=130558&atid=720017 You can either take the SVN diff take the compiled JAR ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2007-01-12 21:10 Message: Logged In: NO Don't stop at 0%... it would be great to have the % configurable via the ant task so one could quickly see all the classes that fall below some threshold. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=720018&aid=1439558&group_id=130558 |