File Coverage

blib/lib/Config/Model/models/Fstab/SwapOptions.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             #
2             # This file is part of Config-Model
3             #
4             # This software is Copyright (c) 2005-2022 by Dominique Dumont.
5             #
6             # This is free software, licensed under:
7             #
8             # The GNU Lesser General Public License, Version 2.1, February 1999
9             #
10 1     1   595 use strict;
  1         10  
  1         34  
11 1     1   6 use warnings;
  1         2  
  1         73  
12              
13             return [
14             {
15             'author' => [
16             'Dominique Dumont'
17             ],
18             'class_description' => 'Swap options',
19             'copyright' => [
20             '2010,2011 Dominique Dumont'
21             ],
22             'element' => [
23             'sw',
24             {
25             'type' => 'leaf',
26             'value_type' => 'boolean'
27             }
28             ],
29             'license' => 'LGPL2',
30             'name' => 'Fstab::SwapOptions'
31             }
32             ]
33             ;
34