public
Description: Computes the CRAP metric for Ruby source code
Homepage:
Clone URL: git://github.com/kevinrutherford/crap4r.git
crap4r /
name age message
file README Fri May 22 04:11:09 -0700 2009 Now runs rspec and rcov to collect coverage data [kevinrutherford]
directory bin/ Mon Jun 01 13:59:31 -0700 2009 Tidied up printing of floats [kevinrutherford]
README
This project will contain a tool to compute the CRAP metric for Ruby code.

This current version looks for all files called ./spec/**/*_spec.rb,
runs them using Rspec, and reports the cyclomatic complexity for
all methods defined in all files tested.

Run it like this:

  ruby -Ilib /path/to/crap4r