oval_graph.exceptions   A
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 3
Duplicated Lines 0 %

Test Coverage

Coverage 100%

Importance

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