PHP Класс Tester\CodeCoverage\Collector

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
collectPhpDbg ( ) : array Collects information about code coverage.
collectXdebug ( ) : array Collects information about code coverage.

Описание методов

flush() публичный статический Метод

Flushes all gathered information. Effective only with PHPDBG collector.
public static flush ( )

isStarted() публичный статический Метод

public static isStarted ( ) : boolean
Результат boolean

save() публичный статический Метод

Saves information about code coverage. Can be called repeatedly to free memory.
public static save ( ) : void
Результат void

start() публичный статический Метод

Starts gathering the information for code coverage.
public static start ( $file ) : void
Результат void