| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 9 |
| Ratio | 100 % |
| Tests | 5 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 27 | 2 | View Code Duplication | public function addTraceToOutput($returnFrames = null) |
| 28 | { |
||
| 29 | 2 | if (func_num_args() == 0) { |
|
| 30 | 2 | return $this->returnFrames; |
|
| 31 | } |
||
| 32 | |||
| 33 | 2 | $this->returnFrames = (bool) $returnFrames; |
|
| 34 | 2 | return $this; |
|
| 35 | } |
||
| 36 | |||
| 58 |