Method: SimpleCov::Result#command_name

Defined in:
lib/simplecov/result.rb

#command_nameObject

The command name that launched this result. Delegated to SimpleCov.command_name if not set manually



61
62
63
# File 'lib/simplecov/result.rb', line 61

def command_name
  @command_name ||= SimpleCov.command_name
end