Passed
Pull Request — master (#55)
by Jan
06:29
created

openscap_report.scap_results_parser.parsers   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 5
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
wmc 0
eloc 5
dl 0
loc 5
ccs 4
cts 4
cp 1
rs 10
c 0
b 0
f 0
1 1
from .description_parser import DescriptionParser  # noqa: F401
2 1
from .info_of_test_parser import InfoOfTest  # noqa: F401
3 1
from .oval_definition_parser import OVALDefinitionParser  # noqa: F401
4
from .rule_parser import RuleParser  # noqa: F401
5