Json.NET
Code Coverage Statistics for Class

Newtonsoft.Json.Utilities.BidirectionalDictionary`2

Symbol Coverage: 80.00% (12 of 15)

Branch Coverage: 66.67% (6 of 9)

Method Coverage: 80.00% (4 of 5)

Cyclomatic Complexity Avg: 1.40 Max:3

Methods: 5


Methods

Method Symbol Coverage Branch Coverage Method Coverage Cyclomatic Complexity
.ctor() : void  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
Add(TFirst first,TSecond second) : void  80.00% : 4 of 5
60.00% : 3 of 5
100.00% : 1 of 1
3
.ctor(System.Collections.Generic.IEqualityComparer<TFirst> firstEqualityComparer,System.Collections.Generic.IEqualityComparer<TSecond> secondEqualityComparer) : void  100.00% : 4 of 4
100.00% : 1 of 1
100.00% : 1 of 1
1
TryGetByFirst(TFirst first,byref TSecond second) : System.Boolean  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1
TryGetBySecond(TSecond second,byref TFirst first) : System.Boolean  100.00% : 2 of 2
100.00% : 1 of 1
100.00% : 1 of 1
1