dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
MutationReportEntry
dextool
plugin
mutate
backend
database
type
Report about mutants of a specific kind(s).
@
safe
struct
MutationReportEntry {
long
count
;
MutantTimeProfile
time
;
}
Members
Variables
count
long
count
;
time
MutantTimeProfile
time
;
Test time spent on the mutants.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
database
type
aliases
ChecksumTestCmdMutated
ChecksumTestCmdOriginal
CoverageRegionId
FileId
LineAttr
MutantAttr
MutantPrio
MutantTimeoutCtx
MutationId
MutationStatusId
Rationale
SchemataFragmentId
SchemataId
TestCaseId
TestFileChecksum
TestFileId
TestFilePath
ToolVersion
enums
SchemaStatus
structs
CovRegion
DepFile
LineMetadata
MarkedMutant
MetadataNoMutEntry
MutantInfo
MutantInfo2
MutantMetaData
MutationEntry
MutationPointEntry
MutationPointEntry2
MutationReportEntry
MutationScore
MutationStatus
MutationStatusTime
NextMutationEntry
NoMetadata
NoMut
Schemata
SchemataFragment
TestCaseInfo
TestCaseInfo2
TestCmdRuntime
TestFile
Report about mutants of a specific kind(s).