pgb_liv\php_ms\Reader\FastaReader::parseEntry
Parses the current chunk into a Protein object
Signature
private function parseEntry()
Returns
- Protein
Test Coverage
Information
- Coverage: 27/29 Lines (93.103448275862%)
- Tests: 3
- Passed: 3 (100%)
Tests
- [ PASSED ] — pgb_liv\php_ms\Test\Unit\FastaReaderTest::testCanRetrieveEntry
- [ PASSED ] — pgb_liv\php_ms\Test\Unit\FastaReaderTest::testCanRewind
- [ PASSED ] — pgb_liv\php_ms\Test\Unit\FastaReaderTest::testCanSkipWhitespace
Violations
PHPMessDetector
| Line |
Rule |
Message |
| 185 |
StaticAccess
|
Avoid using static access to class '\pgb_liv\php_ms\Reader\FastaEntry\FastaEntryFactory' in method 'parseEntry'. |
| 190 |
StaticAccess
|
Avoid using static access to class '\pgb_liv\php_ms\Reader\FastaEntry\FastaEntryFactory' in method 'parseEntry'. |