(key)
| 572 | if (nPercent) { |
| 573 | var percent; |
| 574 | var addPercent = function (key) { |
| 575 | tx = helpers.formatPercent(percent, separators); |
| 576 | |
| 577 | if (hasMultiplePercents) tx += ' of ' + key; |
| 578 | thisText.push(tx); |
| 579 | }; |
| 580 | |
| 581 | if (hasFlag('percent parent') && !isRoot) { |
| 582 | percent = val / helpers.getValue(parent); |
no outgoing calls
no test coverage detected
searching dependent graphs…