Variable Stat.status

struct Stat
{
  // ...
  TestResult.Status status = Status.unknown;
  // ...
}