Method: SimpleCov::FileList#lines_of_code

Defined in:
lib/simplecov/file_list.rb

#lines_of_codeObject

Returns the overall amount of relevant lines of code across all files in this list



66
67
68
# File 'lib/simplecov/file_list.rb', line 66

def lines_of_code
  coverage_statistics[:line]&.total
end