@@ -113,7 +113,7 @@ public function getParent(): ?self
113
113
/**
114
114
* Returns the percentage of classes that has been tested.
115
115
*
116
- * @return int|string
116
+ * @return float| int|string
117
117
*/
118
118
public function getTestedClassesPercent (bool $ asString = true )
119
119
{
@@ -127,7 +127,7 @@ public function getTestedClassesPercent(bool $asString = true)
127
127
/**
128
128
* Returns the percentage of traits that has been tested.
129
129
*
130
- * @return int|string
130
+ * @return float| int|string
131
131
*/
132
132
public function getTestedTraitsPercent (bool $ asString = true )
133
133
{
@@ -141,7 +141,7 @@ public function getTestedTraitsPercent(bool $asString = true)
141
141
/**
142
142
* Returns the percentage of classes and traits that has been tested.
143
143
*
144
- * @return int|string
144
+ * @return float| int|string
145
145
*/
146
146
public function getTestedClassesAndTraitsPercent (bool $ asString = true )
147
147
{
@@ -155,7 +155,7 @@ public function getTestedClassesAndTraitsPercent(bool $asString = true)
155
155
/**
156
156
* Returns the percentage of functions that has been tested.
157
157
*
158
- * @return int|string
158
+ * @return float| int|string
159
159
*/
160
160
public function getTestedFunctionsPercent (bool $ asString = true )
161
161
{
@@ -169,7 +169,7 @@ public function getTestedFunctionsPercent(bool $asString = true)
169
169
/**
170
170
* Returns the percentage of methods that has been tested.
171
171
*
172
- * @return int|string
172
+ * @return float| int|string
173
173
*/
174
174
public function getTestedMethodsPercent (bool $ asString = true )
175
175
{
@@ -183,7 +183,7 @@ public function getTestedMethodsPercent(bool $asString = true)
183
183
/**
184
184
* Returns the percentage of functions and methods that has been tested.
185
185
*
186
- * @return int|string
186
+ * @return float| int|string
187
187
*/
188
188
public function getTestedFunctionsAndMethodsPercent (bool $ asString = true )
189
189
{
@@ -197,7 +197,7 @@ public function getTestedFunctionsAndMethodsPercent(bool $asString = true)
197
197
/**
198
198
* Returns the percentage of executed lines.
199
199
*
200
- * @return int|string
200
+ * @return float| int|string
201
201
*/
202
202
public function getLineExecutedPercent (bool $ asString = true )
203
203
{
0 commit comments