File Coverage

blib/lib/Config/Model/models/LCDd/lcdm001.pl
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1 1     1   6814 use strict;
  1         3  
  1         32  
2 1     1   5 use warnings;
  1         2  
  1         87  
3              
4             return [
5             {
6             'class_description' => 'generated from LCDd.conf',
7             'element' => [
8             'BackKey',
9             {
10             'default' => 'UpKey',
11             'type' => 'leaf',
12             'value_type' => 'uniline'
13             },
14             'Device',
15             {
16             'default' => '/dev/ttyS1',
17             'type' => 'leaf',
18             'value_type' => 'uniline'
19             },
20             'ForwardKey',
21             {
22             'default' => 'DownKey',
23             'type' => 'leaf',
24             'value_type' => 'uniline'
25             },
26             'MainMenuKey',
27             {
28             'default' => 'RightKey',
29             'type' => 'leaf',
30             'value_type' => 'uniline'
31             },
32             'PauseKey',
33             {
34             'default' => 'LeftKey',
35             'description' => 'keypad settings
36             Keyname Function
37             Normal context Menu context
38             ------- -------------- ------------
39             PauseKey Pause/Continue Enter/select
40             BackKey Back(Go to previous screen) Up/Left
41             ForwardKey Forward(Go to next screen) Down/Right
42             MainMenuKey Open main menu Exit/Cancel',
43             'type' => 'leaf',
44             'value_type' => 'uniline'
45             }
46             ],
47             'name' => 'LCDd::lcdm001'
48             }
49             ]
50             ;
51