pgb_liv\php_ms\Statistic\FalseDiscoveryRate::isDecoy
Identifies whether the identification is a decoy or not.
Signature
private function isDecoy(Identification
$identification )
Parameters
$identification
— pgb_liv\php_ms\Core\Identification
Returns
- boolean
Test Coverage
Information
- Coverage: 0/13 Lines (0%)
- Tests: 0
- Passed: 0 (0%)
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
219 - 227 | ElseExpression | The method isDecoy uses an else expression. Else is never necessary and you can simplify the code to work without else. |