File Coverage

blib/lib/Config/Model/models/LCDd/IOWarrior.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   7684 use strict;
  1         3  
  1         32  
2 1     1   5 use warnings;
  1         2  
  1         109  
3              
4             return [
5             {
6             'class_description' => 'generated from LCDd.conf',
7             'element' => [
8             'ExtendedMode',
9             {
10             'description' => 'If you have an HD66712, a KS0073 or another \'almost HD44780-compatible\',
11             set this flag to get into extended mode (4-line linear).',
12             'type' => 'leaf',
13             'upstream_default' => 'yes',
14             'value_type' => 'uniline'
15             },
16             'Lastline',
17             {
18             'description' => 'Specifies if the last line is pixel addressable (yes) or it controls an
19             underline effect (no). ',
20             'type' => 'leaf',
21             'upstream_default' => 'yes',
22             'value_type' => 'boolean',
23             'write_as' => [
24             'no',
25             'yes'
26             ]
27             },
28             'SerialNumber',
29             {
30             'description' => 'serial number. Must be exactly as listed by usbview
31             (if not given, the 1st IOWarrior found gets used)',
32             'type' => 'leaf',
33             'upstream_default' => '00000674',
34             'value_type' => 'uniline'
35             },
36             'Size',
37             {
38             'default' => '20x4',
39             'description' => 'display dimensions',
40             'type' => 'leaf',
41             'value_type' => 'uniline'
42             }
43             ],
44             'name' => 'LCDd::IOWarrior'
45             }
46             ]
47             ;
48