reportTestCaseStats

Update the table with the score of test cases and how many mutants they killed.

@safe @safe nothrow
void
reportTestCaseStats

Parameters

db Database

?

kinds Mutation.Kind[]

type of mutants to count for the test case

take_ long

how many from the top should be moved to the table

sort_order ReportKillSortOrder

ctrl if the top or bottom of the test cases should be reported

tbl Table!3

table to write the data to

Meta