| Conditions | 2 | 
| Paths | 2 | 
| Total Lines | 8 | 
| Code Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 6 | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 14 |     public function up(Schema $schema) { | 
            ||
| 15 | $prefix = $this->connection->getPrefix();  | 
            ||
| 16 | 		if ($schema->hasTable("{$prefix}activity")) { | 
            ||
| 17 | return;  | 
            ||
| 18 | }  | 
            ||
| 19 | $schemaReader = new MDB2SchemaReader(\OC::$server->getConfig(), $this->platform);  | 
            ||
| 20 | $schemaReader->loadSchemaFromFile(__DIR__ . '/../database.xml', $schema);  | 
            ||
| 21 | }  | 
            ||
| 22 | |||
| 32 |