| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 12 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 40 | 1 | public function reset() |
|
| 41 | { |
||
| 42 | 1 | parent::reset(); |
|
| 43 | 1 | $this->component('Geometry')->primitive('cone'); |
|
| 44 | 1 | $this->component('Geometry')->height(1); |
|
| 45 | 1 | $this->component('Geometry')->openEnded(false); |
|
| 46 | 1 | $this->component('Geometry')->radiusBottom(1); |
|
| 47 | 1 | $this->component('Geometry')->radiusTop(.8); |
|
| 48 | 1 | $this->component('Geometry')->segmentsHeight(18); |
|
| 49 | 1 | $this->component('Geometry')->segmentsRadial(36); |
|
| 50 | 1 | $this->component('Geometry')->thetaLength(360); |
|
| 51 | 1 | $this->component('Geometry')->thetaStart(0); |
|
| 52 | } |
||
| 53 | } |