Code Coverage Statistics for Class
Newtonsoft.Json.Utilities.StringBuffer
Symbol Coverage: 89.29% (25 of 28)
Branch Coverage: 91.67% (11 of 12)
Method Coverage: 90.91% (10 of 11)
Cyclomatic Complexity Avg: 1.09 Max:2
Methods: 11
Symbol Coverage Trend
View:
Methods
Method | Symbol Coverage | Branch Coverage | Method Coverage | Cyclomatic Complexity |
---|---|---|---|---|
.ctor() : void |
0.00% :
0 of 3
|
0.00% :
0 of 1
|
0.00% :
0 of 1
|
1 |
Append(System.Char value) : void |
100.00% :
4 of 4
|
100.00% :
3 of 3
|
100.00% :
1 of 1
|
2 |
Clear() : void |
100.00% :
3 of 3
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
EnsureSize(System.Int32 appendLength) : void |
100.00% :
4 of 4
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
get_Position() : System.Int32 |
100.00% :
2 of 2
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
GetInternalBuffer() : System.Char[] |
100.00% :
2 of 2
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
set_Position(System.Int32 value) : void |
100.00% :
2 of 2
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
.cctor() : void [static] |
100.00% :
1 of 1
|
N/A : 0 of 0 |
100.00% :
1 of 1
|
1 |
.ctor(System.Int32 initalSize) : void |
100.00% :
3 of 3
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
ToString() : System.String |
100.00% :
2 of 2
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |
ToString(System.Int32 start,System.Int32 length) : System.String |
100.00% :
2 of 2
|
100.00% :
1 of 1
|
100.00% :
1 of 1
|
1 |