Passed
Pull Request — master (#13)
by Ramon
01:31
created

test_resources.some_module   A

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