Json.NET
Code Coverage Statistics for Class

Newtonsoft.Json.Utilities.LateBoundReflectionDelegateFactory

Symbol Coverage: 5.26% (1 of 19)

Branch Coverage: 11.11% (1 of 9)

Method Coverage: 25.00% (2 of 8)

Cyclomatic Complexity Avg: 1.25 Max:2

Methods: 8


Methods

Method Symbol Coverage Branch Coverage Method Coverage Cyclomatic Complexity
CreateDefaultConstructor<T>(System.Type type) : System.Func<T>  0.00% : 0 of 5
0.00% : 0 of 2
0.00% : 0 of 1
2
CreateGet<T>(System.Reflection.FieldInfo fieldInfo) : System.Func<T,System.Object>  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateGet<T>(System.Reflection.PropertyInfo propertyInfo) : System.Func<T,System.Object>  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateMethodCall<T>(System.Reflection.MethodBase method) : Newtonsoft.Json.Utilities.MethodCall<T,System.Object>  0.00% : 0 of 5
0.00% : 0 of 2
0.00% : 0 of 1
2
CreateSet<T>(System.Reflection.FieldInfo fieldInfo) : System.Action<T,System.Object>  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
CreateSet<T>(System.Reflection.PropertyInfo propertyInfo) : System.Action<T,System.Object>  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
.cctor() : void [static]  100.00% : 1 of 1
N/A : 0 of 0
100.00% : 1 of 1
1
.ctor() : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1