Json.NET
Code Coverage Statistics for Class

Newtonsoft.Json.Utilities.CollectionWrapper`1

Symbol Coverage: 29.52% (31 of 105)

Branch Coverage: 29.51% (18 of 61)

Method Coverage: 30.77% (8 of 26)

Cyclomatic Complexity Avg: 2.00 Max:5

Methods: 26


Methods

Method Symbol Coverage Branch Coverage Method Coverage Cyclomatic Complexity
Clear() : void  0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
Contains(T item) : System.Boolean  0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
CopyTo(T[] array,System.Int32 arrayIndex) : void  0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
get_IsReadOnly() : System.Boolean  0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
GetEnumerator() : System.Collections.Generic.IEnumerator<T>  0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.ICollection.CopyTo(System.Array array,System.Int32 arrayIndex) : void  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.ICollection.get_IsSynchronized() : System.Boolean  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.ICollection.get_SyncRoot() : System.Object  0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator  0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IList.Contains(System.Object value) : System.Boolean  0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IList.get_IsFixedSize() : System.Boolean  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IList.get_Item(System.Int32 index) : System.Object  0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
System.Collections.IList.IndexOf(System.Object value) : System.Int32  0.00% : 0 of 6
0.00% : 0 of 4
0.00% : 0 of 1
3
System.Collections.IList.Insert(System.Int32 index,System.Object value) : void  0.00% : 0 of 5
0.00% : 0 of 3
0.00% : 0 of 1
2
System.Collections.IList.Remove(System.Object value) : void  0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IList.RemoveAt(System.Int32 index) : void  0.00% : 0 of 4
0.00% : 0 of 3
0.00% : 0 of 1
2
System.Collections.IList.set_Item(System.Int32 index,System.Object value) : void  0.00% : 0 of 5
0.00% : 0 of 3
0.00% : 0 of 1
2
Remove(T item) : System.Boolean  0.00% : 0 of 7
0.00% : 0 of 4
0.00% : 0 of 1
3
VerifyValueType(System.Object value) : void [static]  66.67% : 2 of 3
50.00% : 1 of 2
100.00% : 1 of 1
2
IsCompatibleObject(System.Object value) : System.Boolean [static]  75.00% : 3 of 4
100.00% : 6 of 6
100.00% : 1 of 1
5
Add(T item) : void  100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(System.Collections.Generic.ICollection<T> list) : void  100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor(System.Collections.IList list) : void  100.00% : 6 of 6
100.00% : 3 of 3
100.00% : 1 of 1
2
get_Count() : System.Int32  100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
get_UnderlyingCollection() : System.Object  100.00% : 4 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
System.Collections.IList.Add(System.Object value) : System.Int32  100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1