cyclomatic complexity

View: New views
3 Messages — Rating Filter:   Alert me  

cyclomatic complexity

by Elza :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi, Someone can help me?
 
I am using Rspec to create tests and Rcov to have some code coverage information, however my client would like to have some information on cyclomatic complexity. Can I use any option of Rcov to obtain it or should I use another tool ?
 
How can I do this?
 
Thanks 
--------------------------------
Elza Morelli Di Sirio
Tagview Tecnologia
(19) 3254-5292
www.tagview.com.br
---------------------------------

_______________________________________________
rspec-users mailing list
rspec-users@...
http://rubyforge.org/mailman/listinfo/rspec-users

Re: cyclomatic complexity

by David Chelimsky-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Oct 29, 2009, at 12:21 PM, Elza Morelli wrote:

Hi, Someone can help me?
 
I am using Rspec to create tests and Rcov to have some code coverage information, however my client would like to have some information on cyclomatic complexity. Can I use any option of Rcov to obtain it or should I use another tool ?

Try http://saikuro.rubyforge.org/. If this is for a rails app, try http://metric-fu.rubyforge.org/, which is a wrapper for rcov, saikuro, and several other measurement tools.

HTH,
David

 
How can I do this?
 
Thanks 
--------------------------------
Elza Morelli Di Sirio
Tagview Tecnologia
(19) 3254-5292
www.tagview.com.br
---------------------------------

_______________________________________________
rspec-users mailing list
rspec-users@...
http://rubyforge.org/mailman/listinfo/rspec-users

Re: cyclomatic complexity

by Ben Lovell-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/10/29 Elza Morelli <elza.morelli@...>
Hi, Someone can help me?
 
I am using Rspec to create tests and Rcov to have some code coverage information, however my client would like to have some information on cyclomatic complexity. Can I use any option of Rcov to obtain it or should I use another tool ?
 
How can I do this?

This is slightly off-topic, however, you should take a look at saikuro [0] for cyclomatic complexity. Or metric_fu [1] for the whole nine yards.


Cheers,
Ben
 
 
Thanks 
--------------------------------
Elza Morelli Di Sirio
Tagview Tecnologia
(19) 3254-5292
www.tagview.com.br
---------------------------------

_______________________________________________
rspec-users mailing list
rspec-users@...
http://rubyforge.org/mailman/listinfo/rspec-users


_______________________________________________
rspec-users mailing list
rspec-users@...
http://rubyforge.org/mailman/listinfo/rspec-users