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
  covered_lines + missed_lines
end