| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 9 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 5 | 
| CRAP Score | 1 | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php declare(strict_types=1); | ||
| 12 | 1 | public function crear(array $array): SrcPruebaScl90R | |
| 13 |     { | ||
| 14 | 1 | $factory = new Factory(); | |
| 15 | |||
| 16 | 1 |         $frases = $factory->crear('src\factory\Frases', $array); | |
| 17 | |||
| 18 | 1 | $molestia = new Molestia($frases, new ValoresMolestia()); | |
| 19 | |||
| 20 | 1 | return new SrcPruebaScl90R($frases, $molestia); | |
| 21 | } | ||
| 23 |