line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
1
|
|
|
1
|
|
6987
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
33
|
|
2
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
80
|
|
3
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
return [ |
5
|
|
|
|
|
|
|
{ |
6
|
|
|
|
|
|
|
'class_description' => 'generated from LCDd.conf', |
7
|
|
|
|
|
|
|
'element' => [ |
8
|
|
|
|
|
|
|
'Clock', |
9
|
|
|
|
|
|
|
{ |
10
|
|
|
|
|
|
|
'choice' => [ |
11
|
|
|
|
|
|
|
'no', |
12
|
|
|
|
|
|
|
'small', |
13
|
|
|
|
|
|
|
'big' |
14
|
|
|
|
|
|
|
], |
15
|
|
|
|
|
|
|
'description' => 'Show self-running clock after LCDd shutdown |
16
|
|
|
|
|
|
|
Possible values: ', |
17
|
|
|
|
|
|
|
'type' => 'leaf', |
18
|
|
|
|
|
|
|
'upstream_default' => 'no', |
19
|
|
|
|
|
|
|
'value_type' => 'enum' |
20
|
|
|
|
|
|
|
}, |
21
|
|
|
|
|
|
|
'Dimming', |
22
|
|
|
|
|
|
|
{ |
23
|
|
|
|
|
|
|
'description' => 'Dim display, no dimming gives full brightness ', |
24
|
|
|
|
|
|
|
'type' => 'leaf', |
25
|
|
|
|
|
|
|
'upstream_default' => 'no,legal:yes,no', |
26
|
|
|
|
|
|
|
'value_type' => 'uniline' |
27
|
|
|
|
|
|
|
}, |
28
|
|
|
|
|
|
|
'OffDimming', |
29
|
|
|
|
|
|
|
{ |
30
|
|
|
|
|
|
|
'description' => 'Dim display in case LCDd is inactive ', |
31
|
|
|
|
|
|
|
'type' => 'leaf', |
32
|
|
|
|
|
|
|
'upstream_default' => 'no,legal:yes,no', |
33
|
|
|
|
|
|
|
'value_type' => 'uniline' |
34
|
|
|
|
|
|
|
} |
35
|
|
|
|
|
|
|
], |
36
|
|
|
|
|
|
|
'name' => 'LCDd::mdm166a' |
37
|
|
|
|
|
|
|
} |
38
|
|
|
|
|
|
|
] |
39
|
|
|
|
|
|
|
; |
40
|
|
|
|
|
|
|
|