dextool v1.2.2 (2019-07-12T16:12:10Z)
Dub
Repo
TestCaseDeadStat
dextool
plugin
mutate
backend
report
utility
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
utility
aliases
MutationReprMap
Mutations
MutationsMap
classes
DiffReport
MutantSample
TestCaseSimilarityAnalyse
TestGroupSimilarity
TestGroupStat
functions
reportDeadTestCases
reportDiff
reportMinimalSet
reportMutationSubtypeStats
reportMutationTestCaseSuggestion
reportSelectedAliveMutants
reportStatistics
reportTestCaseFullOverlap
reportTestCaseKillMap
reportTestCaseSimilarityAnalyse
reportTestCaseStats
reportTestGroups
reportTestGroupsSimilarity
toInternal
toSections
toTable
window
structs
MinimalTestSet
MutationRepr
MutationStat
Table
TestCaseDeadStat
TestCaseOverlapStat
variables
invalidFile
windowSize
Statistics about dead test cases.