| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
1
|
|
|
1
|
|
7005
|
use strict; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
33
|
|
|
2
|
1
|
|
|
1
|
|
6
|
use warnings; |
|
|
1
|
|
|
|
|
7
|
|
|
|
1
|
|
|
|
|
73
|
|
|
3
|
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
return [ |
|
5
|
|
|
|
|
|
|
{ |
|
6
|
|
|
|
|
|
|
'class_description' => 'generated from LCDd.conf', |
|
7
|
|
|
|
|
|
|
'element' => [ |
|
8
|
|
|
|
|
|
|
'Device', |
|
9
|
|
|
|
|
|
|
{ |
|
10
|
|
|
|
|
|
|
'description' => 'device to use ', |
|
11
|
|
|
|
|
|
|
'type' => 'leaf', |
|
12
|
|
|
|
|
|
|
'upstream_default' => '/dev/ttyS1', |
|
13
|
|
|
|
|
|
|
'value_type' => 'uniline' |
|
14
|
|
|
|
|
|
|
}, |
|
15
|
|
|
|
|
|
|
'Size', |
|
16
|
|
|
|
|
|
|
{ |
|
17
|
|
|
|
|
|
|
'description' => 'display size ', |
|
18
|
|
|
|
|
|
|
'type' => 'leaf', |
|
19
|
|
|
|
|
|
|
'upstream_default' => '16x2', |
|
20
|
|
|
|
|
|
|
'value_type' => 'uniline' |
|
21
|
|
|
|
|
|
|
} |
|
22
|
|
|
|
|
|
|
], |
|
23
|
|
|
|
|
|
|
'name' => 'LCDd::ms6931' |
|
24
|
|
|
|
|
|
|
} |
|
25
|
|
|
|
|
|
|
] |
|
26
|
|
|
|
|
|
|
; |
|
27
|
|
|
|
|
|
|
|