function replaceTag()
in
index.js [23:25]
3
lines of code
2
McCabe index (conditional complexity)
function replaceTag(tag) { return htmlTagsToReplace[tag] || tag; }