PHP 클래스 Kahlan\Reporter\Coverage\Exporter\Istanbul

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

공개 메소드들

메소드 설명
export ( array $options ) : string Exports a coverage to a Istanbul compatible JSON format.
write ( array $options ) : boolean Writes a coverage to an ouput file.

보호된 메소드들

메소드 설명
_export ( $path, $tree, $coverage ) : array Exports source file coverage

메소드 상세

_export() 보호된 정적인 메소드

Exports source file coverage
protected static _export ( $path, $tree, $coverage ) : array
리턴 array

export() 공개 정적인 메소드

Exports a coverage to a Istanbul compatible JSON format.
public static export ( array $options ) : string
$options array The option array where the possible values are: -`'collector'` _object_ : The collector instance.
리턴 string

write() 공개 정적인 메소드

Writes a coverage to an ouput file.
public static write ( array $options ) : boolean
$options array The option where the possible values are: -`'file'` _string_: The output file name.
리턴 boolean