()
| 2016 | }; |
| 2017 | |
| 2018 | var getCurrentIndentation = function () { |
| 2019 | return getIndentationForDepth(currentDepth); |
| 2020 | }; |
| 2021 | |
| 2022 | var getAttributeIndentation = function (tagName) { |
| 2023 | return getIndentation(indentSize * currentDepth + tagName.length - 1); |
no test coverage detected
searching dependent graphs…