toTable

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

  1. void toTable(TestCaseStat st, long take_, ReportKillSortOrder sort_order, Table!3 tbl)
    @safe @safe nothrow
    void
    toTable
  2. void toTable(TestCaseDeadStat st, Table!2 tbl)
  3. template toTable(Flag!"colWithMutants" colMutants)

Parameters

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