PHP 클래스 Tester\CodeCoverage\Collector

파일 보기 프로젝트 열기: nette/tester 1 사용 예제들

공개 메소드들

메소드 설명
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