kahlan\Summary::executable PHP Method

executable() public method

Return the number of executable specs.
public executable ( ) : integer
return integer
    public function executable()
    {
        return $this->passed() + $this->failed() + $this->errored();
    }