Closed marcosbento closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
80ff9b9
) 83.54% compared to head (5e71726
) 83.53%. Report is 7 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Printing N individual space characters to indent Defs contents has very poor performance. Avoiding the loop, by creating a N-length string of space characters, and then performing a single output operation is much quicker.