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

name() public method

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