class SimpleCov::Result

def command_name

Retrieved from SimpleCov.command_name
The command name that launched this result.
def command_name
  @command_name ||= SimpleCov.command_name
end