Method | Description | |
---|---|---|
flush ( ) | Flushes all gathered information. Effective only with PHPDBG collector. | |
isStarted ( ) : boolean | ||
save ( ) : void | Saves information about code coverage. Can be called repeatedly to free memory. | |
start ( $file ) : void | Starts gathering the information for code coverage. |
Method | Description | |
---|---|---|
collectPhpDbg ( ) : array | Collects information about code coverage. | |
collectXdebug ( ) : array | Collects information about code coverage. |
public static flush ( ) |