| Conditions | 2 |
| Paths | 2 |
| Total Lines | 7 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 46 | public function isFulfilled() |
||
| 47 | { |
||
| 48 | if (null === $this->fulfilled) { |
||
| 49 | $this->fulfilled = eval($this->checkIsFulfilled); |
||
|
1 ignored issue
–
show
|
|||
| 50 | } |
||
| 51 | |||
| 52 | return $this->fulfilled; |
||
| 53 | } |
||
| 78 | } |