[LRUG] uncalled methods analysis when running test suite

Alex Young alex at blackkettle.org
Tue Feb 16 08:13:26 PST 2010


Tim Cowlishaw wrote:
> Hey all,
> 
> I'm working on a fairly complex app, but one with a lot of code that could potentially have been deprecated ages ago, and never removed. I was just wondering if there was some sort of source-code analysis tool that would run my specs and features, and then report on which areas of the codebase where never called as part of the test suite, giving me some idea of areas of the app that can be pruned back. Anyone have any idea whether such a thing exists?

rcov sounds like what you're looking for.

-- 
Alex



More information about the Chat mailing list