| Percentage | Lines | ||
|---|---|---|---|
| Database |
|
14 % | 47 |
| Column |
|
40 % | 138 |
| Index |
|
73 % | 109 |
| Table |
|
83 % | 197 |
| Collection |
|
100 % | 74 |
| ColumnCollection |
|
100 % | 41 |
| IndexCollection |
|
100 % | 41 |
| TableCollection |
|
100 % | 24 |
| TableFactory |
|
100 % | 59 |
| DatabaseFactory |
|
100 % | 29 |
| CRAP Score | Lines | ||
|---|---|---|---|
| Database::getResult() | 12 | 18 | |
| Column::checkAutoIncrement() | 12 | 13 | |
| Table::checkColumns() | 6 | 9 | |
| Table::checkDuplicateIndices() | 5 | 31 | |
| Table::checkRedundantIndicesOnPrimaryKey() | 5 | 33 | |
| TableFactory::create() | 5 | 48 | |
| Index::isDuplicate() | 4 | 22 | |
| Table::checkCollationMismatchBetweenTableAndColumns() | 4 | 17 | |
| ColumnCollection::add() | 4 | 9 | |
| IndexCollection::add() | 4 | 9 | |