# File lib/coveralls/configuration.rb, line 141
    def self.simplecov_root
      if defined?(::SimpleCov)
        ::SimpleCov.root
      end
    end