line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
1
|
|
|
1
|
|
7640
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
32
|
|
2
|
1
|
|
|
1
|
|
7
|
use warnings; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
73
|
|
3
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
return [ |
5
|
|
|
|
|
|
|
{ |
6
|
|
|
|
|
|
|
'class_description' => 'generated from LCDd.conf', |
7
|
|
|
|
|
|
|
'element' => [ |
8
|
|
|
|
|
|
|
'Device', |
9
|
|
|
|
|
|
|
{ |
10
|
|
|
|
|
|
|
'description' => 'Select the output device to use ', |
11
|
|
|
|
|
|
|
'type' => 'leaf', |
12
|
|
|
|
|
|
|
'upstream_default' => '/dev/lcd', |
13
|
|
|
|
|
|
|
'value_type' => 'uniline' |
14
|
|
|
|
|
|
|
}, |
15
|
|
|
|
|
|
|
'Speed', |
16
|
|
|
|
|
|
|
{ |
17
|
|
|
|
|
|
|
'choice' => [ |
18
|
|
|
|
|
|
|
'1200', |
19
|
|
|
|
|
|
|
'2400', |
20
|
|
|
|
|
|
|
'9600', |
21
|
|
|
|
|
|
|
'19200' |
22
|
|
|
|
|
|
|
], |
23
|
|
|
|
|
|
|
'description' => 'Set the communication speed ', |
24
|
|
|
|
|
|
|
'type' => 'leaf', |
25
|
|
|
|
|
|
|
'upstream_default' => '9600', |
26
|
|
|
|
|
|
|
'value_type' => 'enum' |
27
|
|
|
|
|
|
|
} |
28
|
|
|
|
|
|
|
], |
29
|
|
|
|
|
|
|
'name' => 'LCDd::bayrad' |
30
|
|
|
|
|
|
|
} |
31
|
|
|
|
|
|
|
] |
32
|
|
|
|
|
|
|
; |
33
|
|
|
|
|
|
|
|