| Conditions | 3 | 
| Paths | 3 | 
| Total Lines | 13 | 
| Code Lines | 8 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 6 | 
| CRAP Score | 3 | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 42 | 2 | protected function buildBody()  | 
            |
| 43 |     { | 
            ||
| 44 | 2 | $body = null;  | 
            |
| 45 | 2 |         if ($this->profileSettings instanceof ProfileSettings) { | 
            |
| 46 | 1 | $body = $this->profileSettings;  | 
            |
| 47 | 1 |         } elseif (is_array($this->profileSettings)) { | 
            |
| 48 | $body = [  | 
            ||
| 49 | 'fields' => $this->profileSettings  | 
            ||
| 50 | ];  | 
            ||
| 51 | }  | 
            ||
| 52 | |||
| 53 | 2 | return $body;  | 
            |
| 54 | }  | 
            ||
| 55 | |||
| 72 |