pgb_liv\php_ms\Reader\FastaEntry\UniProtFastaEntry

FASTA entry parser to map UniProt header to protein elements

Synopsis

class UniProtFastaEntry implements FastaInterface {
}

Hierarchy

Coverage

Methods 0% 0 / 2
Lines 64.81% 35 / 54

Violations

PHPMessDetector

Line Rule Message
54 - 121 CyclomaticComplexity The method getProtein() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10.
54 - 121 NPathComplexity The method getProtein() has an NPath complexity of 504. The configured NPath complexity threshold is 200.
64 StaticAccess Avoid using static access to class '\pgb_liv\php_ms\Core\Database\UniProtSpDatabase' in method 'getProtein'.
66 StaticAccess Avoid using static access to class '\pgb_liv\php_ms\Core\Database\UniProtTrDatabase' in method 'getProtein'.
99 StaticAccess Avoid using static access to class '\pgb_liv\php_ms\Core\Organism' in method 'getProtein'.
108 StaticAccess Avoid using static access to class '\pgb_liv\php_ms\Core\Gene' in method 'getProtein'.

Methods

public

History