Plato on Github
Report Home
node_modules/sax/test/cdata-chunked.js
Maintainability
70.81
Lines of code
9
Difficulty
3.86
Estimated Errors
0.09
Function weight
By Complexity
By SLOC
require(__dirname).test({ expect : [ ["opentag", {"name": "R","attributes": {}, "isSelfClosing": false}], ["opencdata", undefined], ["cdata", " this is character data "], ["closecdata", undefined], ["closetag", "R"] ] }).write("<r><![CDATA[ this is ").write("character data ").write("]]></r>").close();