Json.NET
Code Coverage Statistics for Class

Newtonsoft.Json.Linq.JProperty

Symbol Coverage: 79.75% (63 of 79)

Branch Coverage: 73.08% (38 of 52)

Method Coverage: 79.17% (19 of 24)

Cyclomatic Complexity Avg: 1.67 Max:5

Methods: 24


Methods

Method Symbol Coverage Branch Coverage Method Coverage Cyclomatic Complexity
ContainsItem(Newtonsoft.Json.Linq.JToken item) : System.Boolean  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
GetItem(System.Int32 index) : Newtonsoft.Json.Linq.JToken  0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
InsertItem(System.Int32 index,Newtonsoft.Json.Linq.JToken item) : void  0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
RemoveItemAt(System.Int32 index) : void  0.00% : 0 of 1
0.00% : 0 of 1
0.00% : 0 of 1
1
SetItem(System.Int32 index,Newtonsoft.Json.Linq.JToken item) : void  0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
Load(Newtonsoft.Json.JsonReader reader) : Newtonsoft.Json.Linq.JProperty [static]  66.67% : 8 of 12
44.44% : 4 of 9
100.00% : 1 of 1
5
AddItem(System.Boolean isLast,Newtonsoft.Json.Linq.JToken previous,Newtonsoft.Json.Linq.JToken item) : void  100.00% : 4 of 4
100.00% : 3 of 3
100.00% : 1 of 1
2
Children() : Newtonsoft.Json.Linq.JEnumerable<Newtonsoft.Json.Linq.JToken>  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
ClearItems() : void  100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
CloneToken() : Newtonsoft.Json.Linq.JToken  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
DeepEquals(Newtonsoft.Json.Linq.JToken node) : System.Boolean  100.00% : 3 of 3
100.00% : 4 of 4
100.00% : 1 of 1
3
get_Name() : System.String  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Type() : Newtonsoft.Json.Linq.JTokenType  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Value() : Newtonsoft.Json.Linq.JToken  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
GetDeepHashCode() : System.Int32  100.00% : 2 of 2
100.00% : 3 of 3
100.00% : 1 of 1
2
.ctor(Newtonsoft.Json.Linq.JProperty other) : void  100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String name) : void  100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.String name,System.Object content) : void  100.00% : 5 of 5
100.00% : 3 of 3
100.00% : 1 of 1
2
.ctor(System.String name,System.Object[] content) : void  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
RemoveItem(Newtonsoft.Json.Linq.JToken item) : System.Boolean  100.00% : 1 of 1
100.00% : 1 of 1
100.00% : 1 of 1
1
ReplaceItem(Newtonsoft.Json.Linq.JToken existing,Newtonsoft.Json.Linq.JToken replacement) : void  100.00% : 8 of 8
100.00% : 5 of 5
100.00% : 1 of 1
4
set_Value(Newtonsoft.Json.Linq.JToken value) : void  100.00% : 9 of 9
100.00% : 4 of 4
100.00% : 1 of 1
3
WriteTo(Newtonsoft.Json.JsonWriter writer,Newtonsoft.Json.JsonConverter[] converters) : void  100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
ChildrenInternal() : System.Collections.Generic.IEnumerable<Newtonsoft.Json.Linq.JToken>  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1