module SimpleCov::Configuration

def track_files(glob)


will not be present in the final report.
or not they were explicitly required. Without this, un-required files
Coverage results will always include files matched by this glob, whether
def track_files(glob)
  @tracked_files = glob
end