| Total Complexity | 7 | 
| Total Lines | 48 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 15 | class ImageCompare extends ImageMultiple  | 
            ||
| 16 | { | 
            ||
| 17 | /**  | 
            ||
| 18 | * @inheritdoc  | 
            ||
| 19 | */  | 
            ||
| 20 | public $ddsDataType = 'json';  | 
            ||
| 21 | |||
| 22 | /**  | 
            ||
| 23 | * @inheritdoc  | 
            ||
| 24 | */  | 
            ||
| 25 | public function registerScripts($view)  | 
            ||
| 29 | }  | 
            ||
| 30 | |||
| 31 | /**  | 
            ||
| 32 | * @inheritdoc  | 
            ||
| 33 | */  | 
            ||
| 34 | public function getFilterField()  | 
            ||
| 37 | }  | 
            ||
| 38 | |||
| 39 | /**  | 
            ||
| 40 | * @inheritdoc  | 
            ||
| 41 | */  | 
            ||
| 42 | public function getComponentDetails()  | 
            ||
| 46 | ];  | 
            ||
| 47 | }  | 
            ||
| 48 | |||
| 49 | public function getValueDisplay($context='')  | 
            ||
| 65 | }  |