pgb_liv\php_ms\experimental\MzMlMerge::writeSpectrum
Signature
private function writeSpectrum(
$file,
$outputFile,
$timeOffset )
Parameters
$file
—
$outputFile
—
$timeOffset
—
Violations
PHPMessDetector
Line |
Rule |
Message |
262 - 337 |
CyclomaticComplexity
|
The method writeSpectrum() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10. |
262 - 337 |
NPathComplexity
|
The method writeSpectrum() has an NPath complexity of 401. The configured NPath complexity threshold is 200. |
Checkstyle
Line |
Column |
Severity |
Message |
316 |
17 |
error
|
Opening parenthesis of a multi-line function call must be the last content on the line |
316 |
115 |
error
|
Only one argument is allowed per line in a multi-line function call |
317 |
1 |
error
|
Multi-line function call not indented correctly; expected 12 spaces but found 16 |
317 |
25 |
error
|
Closing parenthesis of a multi-line function call must be on a line by itself |