# File lib/simplecov/configuration.rb, line 101
  def configure(&block)
    return false unless SimpleCov.usable?
    instance_exec(&block)
  end