While the full details of the Impact Score formula are proprietary, it takes into account the following:
- Auto generated files - files the were autogenerated o
- New Work - New lines of code added without lines being removed or altered
- Legacy Refactor - New lines of code added while an existing line that has existed for 3 weeks was also changed
- Churn - A line less than 3 weeks old was changed
- Help Others - A line less than 3 weeks old was changed that belongs to another developer
- Isolated Removals - A line was removed without new lines being added
- Simple Work - A simple refactor like variable or function rename occurred.