dextool v1.2.2 (2019-07-12T16:12:10Z)
Dub
Repo
toTable
dextool
plugin
mutate
backend
report
utility
Report test cases that completly overlap each other.
void
toTable
(TestCaseOverlapStat st, TableT tbl)
template
toTable
(Flag!"colWithMutants" colMutants)
@
safe
void
toTable
(
ref
TestCaseOverlapStat
st
,
ref
TableT
tbl
)
void
toTable
(TestCaseDeadStat st, Table!2 tbl)
Members
Aliases
RowT
alias
RowT
=
TableT
.
Row
Undocumented in source.
TableT
alias
TableT
=
Table
!
2
Undocumented in source.
TableT
alias
TableT
=
Table
!
3
Undocumented in source.
Functions
toTable
void
toTable
(TestCaseOverlapStat st, TableT tbl)
Undocumented in source. Be warned that the author may not have intended to support it.
Return Value
a string with statistics.
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
Report test cases that completly overlap each other.