Code Coverage Statistics for Class
Newtonsoft.Json.Tests.TestObjects.GenericListAndDictionaryInterfaceProperties
Symbol Coverage: N/A (0 of 0)
Branch Coverage: 0.00% (0 of 7)
Method Coverage: 0.00% (0 of 7)
Cyclomatic Complexity Avg: 1.00 Max:1
Methods: 7
Symbol Coverage Trend
View:
Methods
Method | Symbol Coverage | Branch Coverage | Method Coverage | Cyclomatic Complexity |
---|---|---|---|---|
.ctor() : void | N/A : 0 of 0 |
0.00% :
0 of 1
|
0.00% :
0 of 1
|
1 |
get_IDictionaryProperty() : System.Collections.Generic.IDictionary<System.String,System.Int32> | N/A : 0 of 0 |
0.00% :
0 of 1
|
0.00% :
0 of 1
|
1 |
get_IEnumerableProperty() : System.Collections.Generic.IEnumerable<System.Int32> | N/A : 0 of 0 |
0.00% :
0 of 1
|
0.00% :
0 of 1
|
1 |
get_IListProperty() : System.Collections.Generic.IList<System.Int32> | N/A : 0 of 0 |
0.00% :
0 of 1
|
0.00% :
0 of 1
|
1 |
set_IDictionaryProperty(System.Collections.Generic.IDictionary<System.String,System.Int32> value) : void | N/A : 0 of 0 |
0.00% :
0 of 1
|
0.00% :
0 of 1
|
1 |
set_IEnumerableProperty(System.Collections.Generic.IEnumerable<System.Int32> value) : void | N/A : 0 of 0 |
0.00% :
0 of 1
|
0.00% :
0 of 1
|
1 |
set_IListProperty(System.Collections.Generic.IList<System.Int32> value) : void | N/A : 0 of 0 |
0.00% :
0 of 1
|
0.00% :
0 of 1
|
1 |