File Coverage

blib/lib/Config/Model/models/LCDd/icp_a106.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   9750 use strict;
  1         2  
  1         35  
2 1     1   5 use warnings;
  1         2  
  1         137  
3              
4             return [
5             {
6             'class_description' => 'generated from LCDd.conf',
7             'element' => [
8             'Device',
9             {
10             'default' => '/dev/ttyS1',
11             'type' => 'leaf',
12             'value_type' => 'uniline'
13             },
14             'Size',
15             {
16             'default' => '20x2',
17             'description' => 'Display dimensions',
18             'type' => 'leaf',
19             'value_type' => 'uniline'
20             }
21             ],
22             'name' => 'LCDd::icp_a106'
23             }
24             ]
25             ;
26