Passed
Pull Request — master (#12)
by Jan
02:36
created

oscap_report.scap_results_parser.exceptions   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 3
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 3
rs 10
c 0
b 0
f 0
wmc 0
1
class MissingOVALResult(Exception):
2
    """Raised when OVAL results are missing in the report"""
3