test_resources.some_module   A
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 6
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 4
dl 0
loc 6
rs 10
c 0
b 0
f 0
wmc 1

1 Function

Rating   Name   Duplication   Size   Complexity  
A b() 0 2 1
1
a = 10
2
3
4
def b(x: int, y: int) -> str:
5
    return str(x + y)
6