File Coverage

blib/lib/Config/Model/models/LCDd/mtc_s16209x.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   6810 use strict;
  1         8  
  1         35  
2 1     1   6 use warnings;
  1         5  
  1         85  
3              
4             return [
5             {
6             'class_description' => 'generated from LCDd.conf',
7             'element' => [
8             'Brightness',
9             {
10             'description' => 'Set the initial brightness ',
11             'max' => '255',
12             'min' => '0',
13             'type' => 'leaf',
14             'upstream_default' => '255',
15             'value_type' => 'integer'
16             },
17             'Device',
18             {
19             'description' => 'Select the output device to use ',
20             'type' => 'leaf',
21             'upstream_default' => '/dev/lcd',
22             'value_type' => 'uniline'
23             },
24             'Reboot',
25             {
26             'description' => 'Reinitialize the LCD\'s BIOS ',
27             'type' => 'leaf',
28             'upstream_default' => 'no',
29             'value_type' => 'boolean',
30             'write_as' => [
31             'no',
32             'yes'
33             ]
34             }
35             ],
36             'name' => 'LCDd::mtc_s16209x'
37             }
38             ]
39             ;
40