cloak-php / cloak

Modern code coverage analysis library
MIT License
31 stars 0 forks source link

ValueObject to the value of the coverage #17

Closed holyshared closed 10 years ago

holyshared commented 10 years ago

ValueObject to the value of the coverage

class Coverage
{
    public function __construct($value)
    {
        $this->value = (float) $value;
    }
}

https://gist.github.com/holyshared/9457425