method

calculate_code

calculate_code()
private

No documentation available.

# File railties/lib/rails/code_statistics.rb, line 106
      def calculate_code
        code_loc = 0
        @statistics.each { |k, v| code_loc += v.code_lines unless test_types.include? k }
        code_loc
      end