The summary table has five columns:

ColumnMeaning
COVCoverage percentage for the file
FILEPath relative to the project root
LINESTotal lines in the file
RELEVANTLines Six considers coverable (after filtering out boilerplate)
MISSEDRelevant lines with zero executions

Rows are sorted worst-first so the files that need attention are at the top. Only files with missed lines get a row; fully covered files are collapsed into a single N files fully covered (not shown) line above the total.

Colors

  • Green means coverage is at or above the threshold (default 90%).
  • Red means coverage is below the threshold.