\PHPUnit_Util_Filter

Utility class for code filtering.

Synopsis

class PHPUnit_Util_Filter {
}

Violations

PHPMessDetector

Line Rule Message
66 - 124 CyclomaticComplexity The method getFilteredStacktrace() has a Cyclomatic Complexity of 16. The configured cyclomatic complexity threshold is 10.
66 - 124 NPathComplexity The method getFilteredStacktrace() has an NPath complexity of 416. The configured NPath complexity threshold is 200.

Checkstyle

Line Column Severity Message
100 26 error Only one argument is allowed per line in a multi-line function call

Methods

private

public

History