Json.NET
Code Coverage Statistics for Class

Newtonsoft.Json.Converters.XmlDocumentWrapper

Symbol Coverage: 81.82% (27 of 33)

Branch Coverage: 78.57% (11 of 14)

Method Coverage: 76.92% (10 of 13)

Cyclomatic Complexity Avg: 1.08 Max:2

Methods: 13


Methods

Method Symbol Coverage Branch Coverage Method Coverage Cyclomatic Complexity
CreateProcessingInstruction(System.String target,System.String data) : Newtonsoft.Json.Converters.IXmlNode  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateSignificantWhitespace(System.String text) : Newtonsoft.Json.Converters.IXmlNode  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateWhitespace(System.String text) : Newtonsoft.Json.Converters.IXmlNode  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateAttribute(System.String name,System.String value) : Newtonsoft.Json.Converters.IXmlNode  100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateAttribute(System.String qualifiedName,System.String namespaceURI,System.String value) : Newtonsoft.Json.Converters.IXmlNode  100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateCDataSection(System.String data) : Newtonsoft.Json.Converters.IXmlNode  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateComment(System.String data) : Newtonsoft.Json.Converters.IXmlNode  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateElement(System.String elementName) : Newtonsoft.Json.Converters.IXmlElement  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateElement(System.String qualifiedName,System.String namespaceURI) : Newtonsoft.Json.Converters.IXmlElement  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateTextNode(System.String text) : Newtonsoft.Json.Converters.IXmlNode  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
CreateXmlDeclaration(System.String version,System.String encoding,System.String standalone) : Newtonsoft.Json.Converters.IXmlNode  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DocumentElement() : Newtonsoft.Json.Converters.IXmlElement  100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(System.Xml.XmlDocument document) : void  100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1