# File lib/simplecov/configuration.rb, line 16
  def root(root=nil)
    return @root if @root and root.nil?
    @root = File.expand_path(root || Dir.getwd)
  end