Passed
Pull Request — master (#47)
by Jan
06:18
created

openscap_report.scap_results_parser.namespaces   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 11
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
wmc 0
eloc 11
dl 0
loc 11
ccs 1
cts 1
cp 1
rs 10
c 0
b 0
f 0
1 1
NAMESPACES = {
2
    'XMLSchema': 'http://oval.mitre.org/XMLSchema/oval-results-5',
3
    'xccdf': 'http://checklists.nist.gov/xccdf/1.2',
4
    'arf': 'http://scap.nist.gov/schema/asset-reporting-format/1.1',
5
    'oval-definitions': 'http://oval.mitre.org/XMLSchema/oval-definitions-5',
6
    'scap': 'http://scap.nist.gov/schema/scap/source/1.2',
7
    'oval-characteristics': 'http://oval.mitre.org/XMLSchema/oval-system-characteristics-5',
8
    'oval-object': 'http://oval.mitre.org/XMLSchema/oval-definitions-5#independent',
9
    'cpe-dict': 'http://cpe.mitre.org/dictionary/2.0',
10
    'ds': 'http://scap.nist.gov/schema/scap/source/1.2',
11
}
12