module SimpleCov::Configuration

def tracked_files


explicitly required.
Returns the glob that will be used to include files that were not
def tracked_files
  @tracked_files if defined?(@tracked_files)
end