test_scenario_builder   A
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 8
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
wmc 1
eloc 5
dl 0
loc 8
rs 10
c 0
b 0
f 0

1 Function

Rating   Name   Duplication   Size   Complexity  
A test_main() 0 3 1
1
2
import scenario_builder
3
4
5
def test_main():
6
    print(scenario_builder)
7
    pass
8