hisamu/php-xbase

View on GitHub
src/Record/AbstractRecord.php

Summary

Maintainability
B
5 hrs
Test Coverage
C
76%

AbstractRecord has 26 functions (exceeds 20 allowed). Consider refactoring.
Open

abstract class AbstractRecord implements RecordInterface
{
    public const FLAG_NOT_DELETED = 0x20;
    public const FLAG_DELETED = 0x2a;

Severity: Minor
Found in src/Record/AbstractRecord.php - About 3 hrs to fix

    Avoid too many return statements within this method.
    Open

                    return $this;
    Severity: Major
    Found in src/Record/AbstractRecord.php - About 30 mins to fix

      Avoid too many return statements within this method.
      Open

                      return $this->setNum($column, $value);
      Severity: Major
      Found in src/Record/AbstractRecord.php - About 30 mins to fix

        Avoid too many return statements within this method.
        Open

                return $this;
        Severity: Major
        Found in src/Record/AbstractRecord.php - About 30 mins to fix

          Avoid too many return statements within this method.
          Open

                          return $this->setMemo($column, $value);
          Severity: Major
          Found in src/Record/AbstractRecord.php - About 30 mins to fix

            There are no issues that match your filters.

            Category
            Status