src/PhpunitTestCase.php
Showing 3 of 3 total issues
Function setDb
has a Cognitive Complexity of 37 (exceeds 5 allowed). Consider refactoring. Open
Open
public function setDb($db_data, $import_data = true) { $this->tables = array_keys($db_data); // create tables
- Read upRead up
Function getDb
has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring. Open
Open
public function getDb($tables = null, bool $no_id = false) { $tables = $tables ?: $this->tables; if (is_string($tables)) {
- Read upRead up
Method setDb
has 44 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function setDb($db_data, $import_data = true) { $this->tables = array_keys($db_data); // create tables