private Method

CodeStatistics.calculate_code

There's no documentation for this item.

Source Code

# File code_statistics.rb, line 59
def calculate_code
  code_loc = 0
  @statistics.each { |k, v| code_loc += v['codelines'] unless TEST_TYPES.include? k }
  code_loc
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.