Json.NET
Code Coverage Statistics for Class

Newtonsoft.Json.Utilities.ListWrapper`1

Symbol Coverage: 7.08% (8 of 113)

Branch Coverage: 8.33% (5 of 60)

Method Coverage: 6.67% (2 of 30)

Cyclomatic Complexity Avg: 1.87 Max:5

Methods: 30


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_Count() : System.Int32  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
get_Item(System.Int32 index) : T  0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
get_UnderlyingList() : System.Object  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.Add(System.Object value) : System.Int32  0.00% : 0 of 4
0.00% : 0 of 1
0.00% : 0 of 1
1
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 2
0.00% : 0 of 1
0.00% : 0 of 1
1
System.Collections.IList.IndexOf(System.Object value) : System.Int32  0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
System.Collections.IList.Insert(System.Int32 index,System.Object value) : void  0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
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.set_Item(System.Int32 index,System.Object value) : void  0.00% : 0 of 3
0.00% : 0 of 1
0.00% : 0 of 1
1
IndexOf(T item) : System.Int32  0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
Insert(System.Int32 index,T item) : void  0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
IsCompatibleObject(System.Object value) : System.Boolean [static]  0.00% : 0 of 4
0.00% : 0 of 6
0.00% : 0 of 1
5
.ctor(System.Collections.Generic.IList<T> list) : void  0.00% : 0 of 4
0.00% : 0 of 1
0.00% : 0 of 1
1
Remove(T item) : System.Boolean  0.00% : 0 of 7
0.00% : 0 of 4
0.00% : 0 of 1
3
RemoveAt(System.Int32 index) : void  0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
set_Item(System.Int32 index,T value) : void  0.00% : 0 of 4
0.00% : 0 of 2
0.00% : 0 of 1
2
VerifyValueType(System.Object value) : void [static]  0.00% : 0 of 3
0.00% : 0 of 2
0.00% : 0 of 1
2
Add(T item) : void  75.00% : 3 of 4
100.00% : 2 of 2
100.00% : 1 of 1
2
.ctor(System.Collections.IList list) : void  83.33% : 5 of 6
100.00% : 3 of 3
100.00% : 1 of 1
2