class SimpleCov::FileList

def lines_of_code

Returns the overall amount of relevant lines of code across all files in this list
def lines_of_code
  coverage_statistics[:line]&.total
end