Test Failed
Pull Request — master (#203)
by Jan
06:26 queued 02:49
created

oval_graph.exceptions   A

Complexity

Total Complexity 0

Size/Duplication

Total Lines 3
Duplicated Lines 0 %

Test Coverage

Coverage 0%

Importance

Changes 0
Metric Value
wmc 0
eloc 2
dl 0
loc 3
rs 10
c 0
b 0
f 0
ccs 0
cts 1
cp 0
1
class NotTestedRule(Exception):
2
    """Raised when rule is notchecked or notapplicable or notselected"""
3