Property | Type | Description | |
---|---|---|---|
$scanner | Google\Cloud\Dev\Snippet\Coverage\ScannerInterface |
Method | Description | |
---|---|---|
__construct ( Google\Cloud\Dev\Snippet\Coverage\ScannerInterface $scanner ) | ||
buildListToCover ( ) : |
Creates a list of all snippets which should be covered. | |
cache ( $identifier ) | ||
cover ( string $identifier ) : void | Mark a snippet as covered. | |
uncovered ( ) : |
Return a list of all snippets not marked a covered. |
public __construct ( Google\Cloud\Dev\Snippet\Coverage\ScannerInterface $scanner ) | ||
$scanner | Google\Cloud\Dev\Snippet\Coverage\ScannerInterface | The scanner to use |
public buildListToCover ( ) : |
||
return |
public uncovered ( ) : |
||
return |