dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
TestCaseStat
dextool
plugin
mutate
backend
report
analyzers
Test case score based on how many mutants they killed.
@
safe
struct
TestCaseStat {
import
dextool
.
plugin
.
mutate
.
backend
.
database
.
type
:
TestCaseInfo
;
;
struct
Info
;
Info
[
TestCase
]
testCases
;
auto
toSortedRange
();
}
Members
Functions
toSortedRange
auto
toSortedRange
()
Structs
Info
struct
Info
Undocumented in source.
Variables
testCases
Info
[
TestCase
]
testCases
;
Undocumented in source.
Meta
Source
See Implementation
dextool
plugin
mutate
backend
report
analyzers
classes
DiffReport
MutantSample
TestCaseSimilarityAnalyse
TestGroupSimilarity
TestGroupStat
functions
makeTestCaseClassifier
parseTestCaseMetadata
reportDeadTestCases
reportDiff
reportMarkedMutants
reportMinimalSet
reportMutationScoreHistory
reportMutationSubtypeStats
reportScore
reportSelectedAliveMutants
reportStatistics
reportSyncStatus
reportTestCaseFullOverlap
reportTestCaseSimilarityAnalyse
reportTestCaseStats
reportTestCaseUniqueness
reportTestGroups
reportTestGroupsSimilarity
reportTrendByCodeChange
toTable
structs
EstimateMutationScore
EstimateScore
MarkedMutantsStat
MinimalTestSet
MutationScore
MutationScoreHistory
MutationStat
ScoreTrendByCodeChange
SyncStatus
TestCaseClassifier
TestCaseDeadStat
TestCaseMetadata
TestCaseOverlapStat
TestCaseStat
TestCaseUniqueness
Test case score based on how many mutants they killed.