Json.NET
Code Coverage Statistics for Class

Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+ModelStateDictionary`1

Symbol Coverage: 25.93% (14 of 54)

Branch Coverage: 20.69% (6 of 29)

Method Coverage: 30.00% (6 of 20)

Cyclomatic Complexity Avg: 1.30 Max:4

Methods: 20


Methods

Method Symbol Coverage Branch Coverage Method Coverage Cyclomatic Complexity
Add(System.Collections.Generic.KeyValuePair<System.String,T> item) : void  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Clear() : void  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Contains(System.Collections.Generic.KeyValuePair<System.String,T> item) : System.Boolean  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
ContainsKey(System.String key) : System.Boolean  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CopyTo(System.Collections.Generic.KeyValuePair<System.String,T>[] array,System.Int32 arrayIndex) : void  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_IsReadOnly() : System.Boolean  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Keys() : System.Collections.Generic.ICollection<System.String>  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Values() : System.Collections.Generic.ICollection<T>  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Merge(Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+ModelStateDictionary<T> dictionary) : void  0.00% : 0 of 7
0.00% : 0 of 5
0.00% : 0 of 1
4
.ctor(Newtonsoft.Json.Tests.Serialization.JsonSerializerTest+ModelStateDictionary<T> dictionary) : void  0.00% : 0 of 9
0.00% : 0 of 6
0.00% : 0 of 1
4
Remove(System.Collections.Generic.KeyValuePair<System.String,T> item) : System.Boolean  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Remove(System.String key) : System.Boolean  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
TryGetValue(System.String key,byref T value) : System.Boolean  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Add(System.String key,T value) : void  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Count() : System.Int32  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Item(System.String key) : T  100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
GetEnumerator() : System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String,T>>  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void  100.00% : 3 of 3
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Item(System.String key,T value) : void  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1