Kahlan\Reporter\Coverage\Metrics::name PHP 메소드

name() 공개 메소드

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