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
|
|
430
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
35
|
|
11
|
1
|
|
|
1
|
|
6
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
64
|
|
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
|
|
|
|
|
|
|
|