public static void Main()
string resultDetails = "";
double unitsOfMeasure = 0;
resultDetails = "3 In reports where results in the table are of type numerical and have no spec value";
resultDetails = "2 In reports where results in the table are not of type numerical and have no spec value";
resultDetails = "1: Spec + UoM + LOQ (numeric results found)";
resultDetails = "5: LOQ + Spec (hide UoM)";
resultDetails = "6: Spec + UoM (no numeric results)";
resultDetails = "4: Spec (no numeric results + hide spec)";
double totalWidth = lineNo + testParam + methodOfTest + unitsOfMeasure + result + loq + spec + uom;
Console.WriteLine(resultDetails);
Console.WriteLine(totalWidth.ToString());