dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
toTable
dextool
plugin
mutate
backend
report
analyzers
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
(TestCaseStat st, long take_, ReportKillSortOrder sort_order, Table!3 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
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
Report test cases that completly overlap each other.