PhpBench\Model\Iteration::getRejectionCount PHP Method

getRejectionCount() public method

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