Kahlan\Reporter\Coverage\Metrics::type PHP Méthode

type() public méthode

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