PhpBench\Model\Iteration::getRejectionCount PHP Метод

getRejectionCount() публичный Метод

Return the number of times that this iteration was rejected.
public getRejectionCount ( ) : integer
Результат integer
    public function getRejectionCount()
    {
        return $this->results->getMetricOrDefault(ComputedResult::class, 'reject_count', 0);
    }