Code Coverage Statistics for Class
Newtonsoft.Json.Utilities.ThreadSafeStore`2
Symbol Coverage: 91.67% (22 of 24)
Branch Coverage: 90.00% (9 of 10)
Method Coverage: 100.00% (3 of 3)
Cyclomatic Complexity Avg: 2.67 Max:3
Methods: 3
Symbol Coverage Trend
View:
Methods
Method | Symbol Coverage | Branch Coverage | Method Coverage | Cyclomatic Complexity |
---|---|---|---|---|
.ctor(System.Func<TKey,TValue> creator) : void |
83.33% :
5 of 6
|
66.67% :
2 of 3
|
100.00% :
1 of 1
|
2 |
AddValue(TKey key) : TValue |
91.67% :
11 of 12
|
100.00% :
4 of 4
|
100.00% :
1 of 1
|
3 |
Get(TKey key) : TValue |
100.00% :
6 of 6
|
100.00% :
3 of 3
|
100.00% :
1 of 1
|
3 |