Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 710 Bytes

README.rdoc

File metadata and controls

21 lines (14 loc) · 710 Bytes

Code Stats

Usage

In your Rakefile, add

CodeStats::Tasks.new

And you get:

Summary
                                                                    154 Lines
                                                                    123 Code
                                                                      0 Comments
                                                                   0.00 Comments to code %
                                                                     31 Empty

Options

  • directories: Takes an array of directories to report on. (default: ‘lib’)

  • reporting_depth: Depth of subdirectories to report on. 0 is summary mode. (Default: 0)