PhpBench\Model\Result\RejectionCountResult::getMetrics PHP Method

getMetrics() public method

public getMetrics ( )
    public function getMetrics()
    {
        return ['count' => $this->rejectCount];
    }