MArk wrote:> Just attempting to do some optimization of my code.
>
> Does anyone know any code coverage tools that will identify any code /
> methods that are not used by my app?
rcov is the only coverage tool I know of for Ruby. Of course it will not
simply point to code and say "You''re not using this", it
requires
programs that exercise the code, f.ex. tests.
--
Cheers,
- Jacob Atzen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---