dextool v2.0.0-rc.2 (2020-01-29T20:47:13Z)
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
aliases
MutationReprMap
Mutations
MutationsMap
classes
DiffReport
MutantSample
TestCaseSimilarityAnalyse
TestGroupSimilarity
TestGroupStat
functions
reportDeadTestCases
reportDiff
reportMarkedMutants
reportMinimalSet
reportMutationSubtypeStats
reportMutationTestCaseSuggestion
reportSelectedAliveMutants
reportStatistics
reportTestCaseFullOverlap
reportTestCaseKillMap
reportTestCaseSimilarityAnalyse
reportTestCaseStats
reportTestCaseUniqueness
reportTestGroups
reportTestGroupsSimilarity
toTable
structs
MarkedMutantsStat
MinimalTestSet
MutationRepr
MutationStat
TestCaseDeadStat
TestCaseOverlapStat
TestCaseUniqueness
Statistics about dead test cases.