Passed
Pull Request — master (#203)
by Jan
03:51
created

oval_graph.arf_xml_parser.global_namespaces   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
eloc 8
dl 0
loc 8
ccs 1
cts 1
cp 1
rs 10
c 0
b 0
f 0
wmc 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
}
9