| Conditions | 2 | 
| Paths | 2 | 
| Total Lines | 6 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 2 | 
| CRAP Score | 2.864 | 
| Changes | 0 | ||
| 1 | <?php | ||
| 17 | 6 | public function __construct(?ProcessedFieldReportInterface $previous = null) | |
| 18 |     { | ||
| 19 | 6 |         if ($previous) { | |
| 20 | $this->sanitizedInputValue = $previous->sanitizedInputValue(); | ||
| 21 | $this->updateAttempted = $previous->updateAttempted(); | ||
| 22 | $this->updateSuccessful = $previous->updateSuccessful(); | ||
| 23 | } | ||
| 65 |