Kahlan\Reporter\Coverage\Metrics::type PHP Method

type() public method

Gets the type of the metrics.
public type ( ) : string
return string The type of the metrics.
    public function type()
    {
        return $this->_type;
    }