dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
TestCaseDeadStat
dextool
plugin
mutate
backend
report
analyzers
Statistics about dead test cases.
@
safe
struct
TestCaseDeadStat {
import
std
.
range
:
isOutputRange
;
;
double
ratio
;
TestCase
[]
testCases
;
long
total
;
long
numDeadTC
();
string
toString
();
void
toString
(Writer w);
}
Members
Functions
numDeadTC
long
numDeadTC
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void
toString
(Writer w)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ratio
double
ratio
;
The ratio of dead TC of the total.
testCases
TestCase
[]
testCases
;
Undocumented in source.
total
long
total
;
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
Statistics about dead test cases.