Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
CRAP | |
100.00% |
1 / 1 |
| CountReducerTrait | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
1 | |
100.00% |
1 / 1 |
| reduceMethod | |
100.00% |
1 / 1 |
1 | |
100.00% |
1 / 1 |
|||
| <?php | |
| namespace Alxvng\QATracker\DataProvider\Reducer; | |
| trait CountReducerTrait | |
| { | |
| public function reduceMethod(array $nodes): float | |
| { | |
| return count($nodes); | |
| } | |
| } |