Google\Cloud\Dev\Snippet\Coverage\Coverage::__construct PHP Method

__construct() public method

public __construct ( Google\Cloud\Dev\Snippet\Coverage\ScannerInterface $scanner )
$scanner Google\Cloud\Dev\Snippet\Coverage\ScannerInterface The scanner to use
    public function __construct(ScannerInterface $scanner)
    {
        $this->scanner = $scanner;
    }