PR #421 accidentally moved the column "Relative system complexity" to the end of the table header causing an issue where the order of the header columns don't match the order of the data columns. A unit test has been added to validate the expected order of the columns.
Before:
After:
Note that in the second image the data values for "Bugs" and "Defects" are correctly displayed in their corresponding column.
PR #421 accidentally moved the column "Relative system complexity" to the end of the table header causing an issue where the order of the header columns don't match the order of the data columns. A unit test has been added to validate the expected order of the columns.
Before:
After:
Note that in the second image the data values for "Bugs" and "Defects" are correctly displayed in their corresponding column.