line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
1
|
|
|
1
|
|
6021
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
33
|
|
2
|
1
|
|
|
1
|
|
5
|
use warnings; |
|
1
|
|
|
|
|
3
|
|
|
1
|
|
|
|
|
72
|
|
3
|
|
|
|
|
|
|
|
4
|
|
|
|
|
|
|
return [ |
5
|
|
|
|
|
|
|
{ |
6
|
|
|
|
|
|
|
'class_description' => 'generated from LCDd.conf', |
7
|
|
|
|
|
|
|
'element' => [ |
8
|
|
|
|
|
|
|
'Font', |
9
|
|
|
|
|
|
|
{ |
10
|
|
|
|
|
|
|
'default' => '-*-terminus-*-r-*-*-*-320-*-*-*-*-*', |
11
|
|
|
|
|
|
|
'description' => 'X font to use, in XLFD format, as given by "xfontsel"', |
12
|
|
|
|
|
|
|
'type' => 'leaf', |
13
|
|
|
|
|
|
|
'value_type' => 'uniline' |
14
|
|
|
|
|
|
|
}, |
15
|
|
|
|
|
|
|
'Offset', |
16
|
|
|
|
|
|
|
{ |
17
|
|
|
|
|
|
|
'description' => 'Offset in pixels from the top-left corner of the monitor ', |
18
|
|
|
|
|
|
|
'type' => 'leaf', |
19
|
|
|
|
|
|
|
'upstream_default' => '0x0', |
20
|
|
|
|
|
|
|
'value_type' => 'uniline' |
21
|
|
|
|
|
|
|
}, |
22
|
|
|
|
|
|
|
'Size', |
23
|
|
|
|
|
|
|
{ |
24
|
|
|
|
|
|
|
'description' => 'set display size ', |
25
|
|
|
|
|
|
|
'type' => 'leaf', |
26
|
|
|
|
|
|
|
'upstream_default' => '20x4', |
27
|
|
|
|
|
|
|
'value_type' => 'uniline' |
28
|
|
|
|
|
|
|
} |
29
|
|
|
|
|
|
|
], |
30
|
|
|
|
|
|
|
'name' => 'LCDd::xosd' |
31
|
|
|
|
|
|
|
} |
32
|
|
|
|
|
|
|
] |
33
|
|
|
|
|
|
|
; |
34
|
|
|
|
|
|
|
|