Passed
Push — master ( 0fb205...8fdecd )
by Oleksandr
56s
created

commons.SupportedLanguages.get_default()   A

Complexity

Conditions 1

Size

Total Lines 3
Code Lines 3

Duplication

Lines 0
Ratio 0 %

Code Coverage

Tests 3
CRAP Score 1

Importance

Changes 0
Metric Value
eloc 3
dl 0
loc 3
ccs 3
cts 3
cp 1
rs 10
c 0
b 0
f 0
cc 1
nop 1
crap 1
1 1
from .air_forces import *
2 1
from .belligerents import *
3 1
from .countries import *
4 1
from .exceptions import *
5 1
from .formations import *
6
from .missions import *
7 1
from .skills import *
8
from .supported_languages import *
9
from .targets import *
10 1
from .units import *
11 1
from .waypoints import *
12
from .weather import *
13