pgb_liv\php_ms\Core\Peptide::setMissedCleavageCount
Signature
public function setMissedCleavageCount(
$count )
Parameters
$count
—
Test Coverage
Information
- Coverage: 5/5 Lines (100%)
- Tests: 2
- Passed: 2 (100%)
Tests
- [ PASSED ] — pgb_liv\php_ms\Test\Unit\PeptideTest::testCanGetSetMissedCleavageCountValid
- [ PASSED ] — pgb_liv\php_ms\Test\Unit\PeptideTest::testCanSetMissedCleavageCountInvalidString
Violations
Checkstyle
Line |
Column |
Severity |
Message |
92 |
1 |
error
|
Multi-line function call not indented correctly; expected 12 spaces but found 16 |
92 |
90 |
error
|
Closing parenthesis of a multi-line function call must be on a line by itself |