Example: https://github.com/dotnet/sdk/blob/7538a89c176527c27767a85bdfe0afacef9edeb3/src/Cli/dotnet/Commands/Test/MTP/TestApplicationHandler.cs#L146 If duration was null, we show it as "0". That doesn't look correct. We shouldn't print the duration at all in this case, because it's simply unknown.