Shell Script Automation Level Indicator
This topic contains information about the logic used to calculate the automation level indicator of Shell scripts.
Conversion Percentage provides the automation conversion coverage of Shell script conversion. It is calculated as the percentage of successfully converted statements.
Conversion Percentage = (Success statements / Total Statements) * 100
For instance, if there are 3 scripts, each containing a total of 19, 217, and 203 statements, with 17, 203, and 168 of those statements successfully converted respectively, then the Conversion Percentage is calculated as follows:
Conversion Percentage = ((17 + 203 + 168)/ (19 + 217 + 203) * 100) = 88.38%.
Thus, the Conversion Percentage is 88.38%.