| Conditions | 2 |
| Paths | 2 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 2.0625 |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | 3 | public function run() |
|
| 28 | { |
||
| 29 | 3 | if ($this->hasModel()) { |
|
| 30 | |||
| 31 | return Html::activeDropDownList($this->model, $this->attribute, $this->provider->banks(), $this->options); |
||
| 32 | } else { |
||
| 33 | |||
| 34 | 3 | return Html::dropDownList($this->name, $this->value, $this->provider->banks(), $this->options); |
|
| 35 | } |
||
| 36 | } |
||
| 37 | |||
| 39 |