pgb_liv\php_ms\Utility\Misc\MzMlMerge::analyseFile

Signature

private function analyseFile( $file )

Parameters

$file

Test Coverage

Information

  • Coverage: 0/44 Lines (0%)
  • Tests: 0
  • Passed: 0 (0%)

Violations

PHPMessDetector

Line Rule Message
126 - 185 CyclomaticComplexity The method analyseFile() has a Cyclomatic Complexity of 13. The configured cyclomatic complexity threshold is 10.

Checkstyle

Line Column Severity Message
167 17 error Opening parenthesis of a multi-line function call must be the last content on the line
167 115 error Only one argument is allowed per line in a multi-line function call
167 121 warning Line exceeds 120 characters; contains 121 characters
167 121 error Whitespace found at end of line
168 1 error Multi-line function call not indented correctly; expected 12 spaces but found 16
168 25 error Closing parenthesis of a multi-line function call must be on a line by itself