pgb_liv\php_ms\Writer\ProBedWriter

A file writer class for creating proBed files.

Synopsis

class ProBedWriter {
}

Coverage

Methods 0% 0 / 8
Lines 0% 0 / 99

Violations

PHPMessDetector

Line Rule Message
86 - 189 ExcessiveMethodLength The method writeIdentification() has 104 lines of code. Current threshold is set to 100. Avoid really long methods.
199 - 201 ElseExpression The method getModificationString uses an else expression. Else is never necessary and you can simplify the code to work without else.

Checkstyle

Line Column Severity Message
156 13 error Opening parenthesis of a multi-line function call must be the last content on the line
157 146 warning Line exceeds 120 characters; contains 146 characters
158 1 error Multi-line function call not indented correctly; expected 12 spaces but found 16
158 21 error Closing parenthesis of a multi-line function call must be on a line by itself

Tasks

Line Task
219 Correct handling missing version. Required by spec?

Members

private

  • $fileHandle
  • $name
  • $uniqueId

Methods

private

public

History