| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 9 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 8 | 
| CRAP Score | 1 | 
| Changes | 0 | ||
| 1 | <?php | ||
| 55 | 3 | public function __construct($numeric, $alpha2, $name, $emoji, $currency, $latitude, $longitude) | |
| 56 |     { | ||
| 57 | 3 | $this->numeric = $numeric; | |
| 58 | 3 | $this->alpha2 = $alpha2; | |
| 59 | 3 | $this->name = $name; | |
| 60 | 3 | $this->emoji = $emoji; | |
| 61 | 3 | $this->currency = $currency; | |
| 62 | 3 | $this->latitude = $latitude; | |
| 63 | 3 | $this->longitude = $longitude; | |
| 64 | 3 | } | |
| 66 |