Json.NET
Code Coverage Statistics for Class

Newtonsoft.Json.Serialization.JsonProperty

Symbol Coverage: 0.00% (0 of 2)

Branch Coverage: 97.22% (35 of 36)

Method Coverage: 97.22% (35 of 36)

Cyclomatic Complexity Avg: 1.00 Max:1

Methods: 36


Methods

Method Symbol Coverage Branch Coverage Method Coverage Cyclomatic Complexity
ToString() : System.String  0.00% : 0 of 2
0.00% : 0 of 1
0.00% : 0 of 1
1
get_Converter() : Newtonsoft.Json.JsonConverter  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DefaultValue() : System.Object  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_DefaultValueHandling() : System.Nullable<Newtonsoft.Json.DefaultValueHandling>  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Ignored() : System.Boolean  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_IsReference() : System.Nullable<System.Boolean>  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_MemberConverter() : Newtonsoft.Json.JsonConverter  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_NullValueHandling() : System.Nullable<Newtonsoft.Json.NullValueHandling>  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ObjectCreationHandling() : System.Nullable<Newtonsoft.Json.ObjectCreationHandling>  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PropertyName() : System.String  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_PropertyType() : System.Type  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Readable() : System.Boolean  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ReferenceLoopHandling() : System.Nullable<Newtonsoft.Json.ReferenceLoopHandling>  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Required() : Newtonsoft.Json.Required  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ShouldSerialize() : System.Predicate<System.Object>  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_TypeNameHandling() : System.Nullable<Newtonsoft.Json.TypeNameHandling>  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_ValueProvider() : Newtonsoft.Json.Serialization.IValueProvider  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
get_Writable() : System.Boolean  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
.ctor() : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Converter(Newtonsoft.Json.JsonConverter value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DefaultValue(System.Object value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_DefaultValueHandling(System.Nullable<Newtonsoft.Json.DefaultValueHandling> value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Ignored(System.Boolean value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_IsReference(System.Nullable<System.Boolean> value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_MemberConverter(Newtonsoft.Json.JsonConverter value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_NullValueHandling(System.Nullable<Newtonsoft.Json.NullValueHandling> value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ObjectCreationHandling(System.Nullable<Newtonsoft.Json.ObjectCreationHandling> value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PropertyName(System.String value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_PropertyType(System.Type value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Readable(System.Boolean value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ReferenceLoopHandling(System.Nullable<Newtonsoft.Json.ReferenceLoopHandling> value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Required(Newtonsoft.Json.Required value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ShouldSerialize(System.Predicate<System.Object> value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_TypeNameHandling(System.Nullable<Newtonsoft.Json.TypeNameHandling> value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_ValueProvider(Newtonsoft.Json.Serialization.IValueProvider value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1
set_Writable(System.Boolean value) : void  N/A : 0 of 0
100.00% : 1 of 1
100.00% : 1 of 1
1