| 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
|
2
|
|
|
2
|
|
928
|
use strict; |
|
|
2
|
|
|
|
|
6
|
|
|
|
2
|
|
|
|
|
58
|
|
|
11
|
2
|
|
|
2
|
|
11
|
use warnings; |
|
|
2
|
|
|
|
|
5
|
|
|
|
2
|
|
|
|
|
125
|
|
|
12
|
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
return [ |
|
14
|
|
|
|
|
|
|
{ |
|
15
|
|
|
|
|
|
|
'author' => [ |
|
16
|
|
|
|
|
|
|
'Dominique Dumont' |
|
17
|
|
|
|
|
|
|
], |
|
18
|
|
|
|
|
|
|
'class_description' => 'Options for special file system like \'bind\'', |
|
19
|
|
|
|
|
|
|
'copyright' => [ |
|
20
|
|
|
|
|
|
|
'2010,2011 Dominique Dumont' |
|
21
|
|
|
|
|
|
|
], |
|
22
|
|
|
|
|
|
|
'element' => [ |
|
23
|
|
|
|
|
|
|
'bind', |
|
24
|
|
|
|
|
|
|
{ |
|
25
|
|
|
|
|
|
|
'type' => 'leaf', |
|
26
|
|
|
|
|
|
|
'value_type' => 'boolean' |
|
27
|
|
|
|
|
|
|
} |
|
28
|
|
|
|
|
|
|
], |
|
29
|
|
|
|
|
|
|
'license' => 'LGPL2', |
|
30
|
|
|
|
|
|
|
'name' => 'Fstab::NoneOptions' |
|
31
|
|
|
|
|
|
|
} |
|
32
|
|
|
|
|
|
|
] |
|
33
|
|
|
|
|
|
|
; |
|
34
|
|
|
|
|
|
|
|