Conditions | 1 |
Paths | 1 |
Total Lines | 28 |
Code Lines | 26 |
Lines | 0 |
Ratio | 0 % |
Tests | 25 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
24 | 2 | protected function getProperties() |
|
25 | { |
||
26 | return [ |
||
27 | 2 | 'anchorPoint', |
|
28 | 2 | 'xPos', |
|
29 | 2 | 'yPos', |
|
30 | 2 | 'height', |
|
31 | 2 | 'orion', |
|
32 | 2 | 'description', |
|
33 | 2 | 'narrow', |
|
34 | 2 | 'inverted', |
|
35 | 2 | 'barcodeType', |
|
36 | 2 | 'data', |
|
37 | 2 | 'humanReadable', |
|
38 | 2 | 'ratio', |
|
39 | 2 | 'frame', |
|
40 | 2 | 'showDropDowns', |
|
41 | 2 | 'fontName', |
|
42 | 2 | 'pointSize', |
|
43 | 2 | 'bold', |
|
44 | 2 | 'italic', |
|
45 | 2 | 'subType', |
|
46 | 2 | 'preferredFormat', |
|
47 | 2 | 'processTilde', |
|
48 | 2 | 'separatorHeight', |
|
49 | 2 | 'segmentWidth', |
|
50 | 2 | 'useHibc', |
|
51 | 'phantomField' |
||
52 | 2 | ]; |
|
63 |