Code Coverage Statistics for Class
Newtonsoft.Json.Tests.TestObjects.PersonRaw
Symbol Coverage: 75.00% (12 of 16)
Branch Coverage: 77.78% (7 of 9)
Method Coverage: 77.78% (7 of 9)
Cyclomatic Complexity Avg: 1.00 Max:1
Methods: 9
Symbol Coverage Trend
View:
Methods
Method | Symbol Coverage | Branch Coverage | Method Coverage | Cyclomatic Complexity |
---|---|---|---|---|
get_InternalId() : System.Guid |
0.00% :
0 of 2
|
0.00% :
0 of 1
|
0.00% :
0 of 1
|
1 |
set_InternalId(System.Guid value) : void |
0.00% :
0 of 2
|
0.00% :
0 of 1
|
0.00% :
0 of 1
|
1 |
get_FirstName() : System.String |
100.00% :
2 of 2
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
get_LastName() : System.String |
100.00% :
2 of 2
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
get_RawContent() : Newtonsoft.Json.Linq.JRaw |
100.00% :
2 of 2
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
set_FirstName(System.String value) : void |
100.00% :
2 of 2
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
set_LastName(System.String value) : void |
100.00% :
2 of 2
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
set_RawContent(Newtonsoft.Json.Linq.JRaw value) : void |
100.00% :
2 of 2
|
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 |