pgb_liv\php_ms\Utility\Misc\MzMlMerge::writeSpectrum
Signature
private function writeSpectrum(
$file,
$outputFile,
$timeOffset )
Parameters
$file
—
$outputFile
—
$timeOffset
—
Test Coverage
Information
- Coverage: 0/54 Lines (0%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line |
Rule |
Message |
258 - 332 |
CyclomaticComplexity
|
The method writeSpectrum() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. |
Checkstyle
Line |
Column |
Severity |
Message |
311 |
17 |
error
|
Opening parenthesis of a multi-line function call must be the last content on the line |
311 |
115 |
error
|
Only one argument is allowed per line in a multi-line function call |
311 |
121 |
warning
|
Line exceeds 120 characters; contains 121 characters |
311 |
121 |
error
|
Whitespace found at end of line |
312 |
1 |
error
|
Multi-line function call not indented correctly; expected 12 spaces but found 16 |
312 |
25 |
error
|
Closing parenthesis of a multi-line function call must be on a line by itself |