pgb_liv\php_ms\Utility\Digest\AbstractDigest::setMaxMissedCleavage
Set the maximum number of missed cleavages the algorithm should produce.
By default no missed cleavages are produced.
Signature
public function setMaxMissedCleavage(int
$maxMissedCleavage )
Parameters
$maxMissedCleavage
— int
Maximum number of cleavages to account for
Test Coverage
Information
- Coverage: 5/5 Lines (100%)
- Tests: 3
- Passed: 3 (100%)
Tests
- [ PASSED ] — pgb_liv\php_ms\Test\Unit\AbstractDigestTest::testCanValidiateGetSetValidMaxMissedCleavage
- [ PASSED ] — pgb_liv\php_ms\Test\Unit\AbstractDigestTest::testCanValidiateSetInvalidMaxMissedCleavage
- [ PASSED ] — pgb_liv\php_ms\Test\Unit\DigestTrypsinTest::testCanValidateEntryMissCleave
Violations
Checkstyle
Line | Column | Severity | Message |
---|---|---|---|
62 | 1 | error | Multi-line function call not indented correctly; expected 12 spaces but found 16 |
62 | 99 | error | Closing parenthesis of a multi-line function call must be on a line by itself |