Code Stats¶ ↑
Usage¶ ↑
In your Rakefile, add
begin require 'code_stats' CodeStats::Tasks.new rescue LoadError puts "Code Stats not available, install it with gem install code_stats" end
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)