| Conditions | 1 |
| Paths | 1 |
| Total Lines | 17 |
| Code Lines | 15 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 14 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | 2 | protected function getProperties() |
|
| 25 | { |
||
| 26 | return [ |
||
| 27 | 2 | 'name', |
|
| 28 | 2 | 'prompt', |
|
| 29 | 2 | 'length', |
|
| 30 | 2 | 'interval', |
|
| 31 | 2 | 'inputType', |
|
| 32 | 2 | 'outputType', |
|
| 33 | 2 | 'minValue', |
|
| 34 | 2 | 'maxValue', |
|
| 35 | 2 | 'rollOver', |
|
| 36 | 2 | 'fixedStart', |
|
| 37 | 2 | 'startValue', |
|
| 38 | 2 | 'paddingType', |
|
| 39 | 2 | 'repeatCount', |
|
| 40 | 'resumeCount' |
||
| 41 | 2 | ]; |
|
| 52 |