File Coverage

blib/lib/Config/Model/models/LCDd/imon.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   6537 use strict;
  1         2  
  1         38  
2 1     1   5 use warnings;
  1         2  
  1         85  
3              
4             return [
5             {
6             'class_description' => 'generated from LCDd.conf',
7             'element' => [
8             'CharMap',
9             {
10             'choice' => [
11             'none',
12             'hd44780_euro',
13             'upd16314',
14             'hd44780_koi8_r',
15             'hd44780_cp1251',
16             'hd44780_8859_5'
17             ],
18             'description' => 'Character map to to map ISO-8859-1 to the displays character set.
19             (upd16314, hd44780_koi8_r,
20             hd44780_cp1251, hd44780_8859_5 are possible if compiled with additional
21             charmaps)',
22             'type' => 'leaf',
23             'upstream_default' => 'none',
24             'value_type' => 'enum'
25             },
26             'Device',
27             {
28             'default' => '/dev/lcd0',
29             'description' => 'select the device to use',
30             'type' => 'leaf',
31             'value_type' => 'uniline'
32             },
33             'Size',
34             {
35             'default' => '16x2',
36             'description' => 'display dimensions',
37             'type' => 'leaf',
38             'value_type' => 'uniline'
39             }
40             ],
41             'name' => 'LCDd::imon'
42             }
43             ]
44             ;
45