Module: SimpleCov::Result::_SerializableResult

Defined in:
sig/simplecov.rbs

Instance Method Summary collapse

Instance Method Details

#command_nameString

Returns:



712
# File 'sig/simplecov.rbs', line 712

def command_name: () -> String

#contextsContextMap?

Returns:



720
# File 'sig/simplecov.rbs', line 720

def contexts: () -> ContextMap?

#created_atTime

Returns:



710
# File 'sig/simplecov.rbs', line 710

def created_at: () -> Time

#filenamesArray[String]

Returns:



722
# File 'sig/simplecov.rbs', line 722

def filenames: () -> Array[String]

#original_resultHash[String, untyped]

Returns:



708
# File 'sig/simplecov.rbs', line 708

def original_result: () -> Hash[String, untyped]

#run_idString?

Returns:



714
# File 'sig/simplecov.rbs', line 714

def run_id: () -> String?

#tracked_filesArray[String]

Returns:



718
# File 'sig/simplecov.rbs', line 718

def tracked_files: () -> Array[String]

#worker_idString?

Returns:



716
# File 'sig/simplecov.rbs', line 716

def worker_id: () -> String?