| Conditions | 3 |
| Paths | 4 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 12 |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 23 | { |
||
| 24 | parent::module_styles($args); |
||
| 25 | $args = glsr(ModuleStylesDefaults::class)->merge($args); |
||
| 26 | $elements = $args['elements']; |
||
| 27 | Style::add([ |
||
| 28 | 'id' => $args['id'], |
||
| 29 | 'name' => $args['name'], |
||
| 30 | 'orderIndex' => $args['orderIndex'], |
||
| 31 | 'storeInstance' => $args['storeInstance'], |
||
| 32 | 'styles' => [ |
||
| 49 |