# File lib/simplecov/configuration.rb, line 83 def command_name(name = nil) @name = name unless name.nil? @name ||= SimpleCov::CommandGuesser.guess @name end