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 ?
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.
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 ?