Passed
Pull Request — master (#105)
by Jan
06:13
created

openscap_report.report_generators.exceptions   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
eloc 2
dl 0
loc 6
rs 10
c 0
b 0
f 0
ccs 1
cts 1
cp 1
wmc 0
1
# Copyright 2022, Red Hat, Inc.
2
# SPDX-License-Identifier: LGPL-2.1-or-later
3
4 1
class FilterNotSupportDataStructureException(Exception):
5
    """ Raised when filter try to process not supported data structures """
6