| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 20 | public function run() |
||
| 21 | { |
||
| 22 | $this->createLocation('20.2','Aula 20.2'); |
||
| 23 | $this->createLocation('20.3','Aula 20.3'); |
||
| 24 | $this->createLocation('20.4','Aula 20.4'); |
||
| 25 | $this->createLocation('21','Aula 21'); |
||
| 26 | $this->createLocation('22','Aula 22'); |
||
| 27 | $this->createLocation('23','Aula 23'); |
||
| 28 | $this->createLocation('Actes','Sala d\'actes'); |
||
| 29 | |||
| 30 | } |
||
| 31 | |||
| 45 |