# File lib/simplecov/configuration.rb, line 58
  def command_name(name=nil)
    @name = name unless name.nil?
    @name ||= SimpleCov::CommandGuesser.guess("#{$0} #{ARGV.join(" ")}")
    @name
  end