dextool v1.2.2 (2019-07-12T16:12:10Z)
Dub
Repo
MutationRepr
dextool
plugin
mutate
backend
report
utility
Information needed to present the mutant to an user.
@
safe
struct
MutationRepr {
struct
Path
via
import
dextool
.
type
:
Path
;
;
struct
SourceLoc
via
import
dextool
.
plugin
.
mutate
.
backend
.
type
:
SourceLoc
;
;
SourceLoc
sloc
;
Path
file
;
MakeMutationTextResult
mutation
;
}
Members
Variables
file
Path
file
;
Undocumented in source.
mutation
MakeMutationTextResult
mutation
;
Undocumented in source.
sloc
SourceLoc
sloc
;
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
Information needed to present the mutant to an user.