class SimpleCov::FileList

def coverage_statistics_by_file

def coverage_statistics_by_file
  @coverage_statistics_by_file ||= compute_coverage_statistics_by_file
end