| Conditions | 3 | 
| Paths | 4 | 
| Total Lines | 3 | 
| Code Lines | 2 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php namespace CalDAVClient\Facade\Responses;  | 
            ||
| 24 |     public function getPrincipalUrl() { | 
            ||
| 25 | return isset($this->found_props['current-user-principal']) && isset($this->found_props['current-user-principal']['href']) ?  | 
            ||
| 26 | $this->server_url.$this->found_props['current-user-principal']['href'] : null;  | 
            ||
| 27 | }  | 
            ||
| 28 | }  |