* Number-to-String formatting function. Prepends "plus" or "minus" depending * on whether the value is positive or negative, respectively, after padding * the value with zeroes on the left and right, the number of zeroes used dictated * by the values 'leftDigits' and 'rightDigits'. 'valu
(value, plus, minus, leftDigits, rightDigits, group)
source not stored for this graph (policy: none)
no test coverage detected