Code Coverage Statistics for Class
Newtonsoft.Json.Linq.JEnumerable`1
Symbol Coverage: 56.25% (9 of 16)
Branch Coverage: 57.14% (4 of 7)
Method Coverage: 57.14% (4 of 7)
Cyclomatic Complexity Avg: 1.14 Max:2
Methods: 7
Symbol Coverage Trend
View:
Methods
Method | Symbol Coverage | Branch Coverage | Method Coverage | Cyclomatic Complexity |
---|---|---|---|---|
Equals(System.Object obj) : System.Boolean |
0.00% :
0 of 4
|
0.00% :
0 of 2
|
0.00% :
0 of 1
|
2 |
GetHashCode() : System.Int32 |
0.00% :
0 of 2
|
0.00% :
0 of 1
|
0.00% :
0 of 1
|
1 |
.cctor() : void [static] |
0.00% :
0 of 1
|
N/A : 0 of 0 |
0.00% :
0 of 1
|
1 |
get_Item(System.Object key) : Newtonsoft.Json.Linq.IJEnumerable<Newtonsoft.Json.Linq.JToken> |
100.00% :
2 of 2
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
GetEnumerator() : System.Collections.Generic.IEnumerator<T> |
100.00% :
2 of 2
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
System.Collections.IEnumerable.GetEnumerator() : System.Collections.IEnumerator |
100.00% :
2 of 2
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
.ctor(System.Collections.Generic.IEnumerable<T> enumerable) : void |
100.00% :
3 of 3
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |