File Coverage

blib/lib/Config/Model/models/LCDd/IrMan.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   6917 use strict;
  1         2  
  1         32  
2 1     1   6 use warnings;
  1         2  
  1         69  
3              
4             return [
5             {
6             'class_description' => 'generated from LCDd.conf',
7             'element' => [
8             'Config',
9             {
10             'description' => 'Select the configuration file to use',
11             'type' => 'leaf',
12             'upstream_default' => '/etc/irman.cfg',
13             'value_type' => 'uniline'
14             },
15             'Device',
16             {
17             'description' => 'in case of trouble with IrMan, try the Lirc emulator for IrMan
18             Select the input device to use',
19             'type' => 'leaf',
20             'upstream_default' => '/dev/irman',
21             'value_type' => 'uniline'
22             }
23             ],
24             'name' => 'LCDd::IrMan'
25             }
26             ]
27             ;
28