Open Abdallah-Abdaljalil opened 2 months ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/meta/errors.js | 1 | 76.74% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 10550029021: | -0.005% |
Covered Lines: | 22320 |
Relevant Lines: | 25580 |
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Refactored the code in settings.js to reduce the complexity from 16.
Changes
Created a function
getValue
to perform the loop needed to traverse the objects. It reduces the amount of conditionals and nested loops or conditions. A ternary operator is also used fordef
which reduces conditionals. Moving the logic of looping through the object given in a helper function makes the code more efficient and readable, which should ultimately reduce complexity.Resolving Issue #4