| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 11 | 
| Code Lines | 4 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 2 | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 43 | protected function getStatements()  | 
            ||
| 44 |     { | 
            ||
| 45 | |||
| 46 | // load the utility class name  | 
            ||
| 47 | $utilityClassName = $this->getUtilityClassName();  | 
            ||
| 48 | |||
| 49 | // return the array with the SQL statements that has to be prepared  | 
            ||
| 50 | return array(  | 
            ||
| 51 | $utilityClassName::CREATE_STOCK_ITEM => $utilityClassName::CREATE_STOCK_ITEM  | 
            ||
| 52 | );  | 
            ||
| 53 | }  | 
            ||
| 54 | }  | 
            ||
| 55 |