| Conditions | 4 | 
| Paths | 4 | 
| Total Lines | 13 | 
| Code Lines | 8 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 29 | public function translate( $value )  | 
            ||
| 30 | 	{ | 
            ||
| 31 | switch( $value )  | 
            ||
| 32 | 		{ | 
            ||
| 33 | case \Aimeos\MShop\Common\Item\Address\Base::SALUTATION_MR:  | 
            ||
| 34 | return 0;  | 
            ||
| 35 | case \Aimeos\MShop\Common\Item\Address\Base::SALUTATION_MS:  | 
            ||
| 36 | return 1;  | 
            ||
| 37 | case \Aimeos\MShop\Common\Item\Address\Base::SALUTATION_COMPANY:  | 
            ||
| 38 | return 10;  | 
            ||
| 39 | }  | 
            ||
| 40 | |||
| 41 | return 99;  | 
            ||
| 42 | }  | 
            ||
| 66 |