Passed
Push — master ( f602d8...7b3414 )
by Huu-Phat
02:55 queued 11s
created

modules/home/consts/certification.js

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 9
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Test Coverage

Coverage 100%

Importance

Changes 0
Metric Value
wmc 0
eloc 8
mnd 0
bc 0
fnc 0
dl 0
loc 9
ccs 4
cts 4
cp 1
bpm 0
cpm 0
noi 0
c 0
b 0
f 0
1 1
export const LEFT_INFO_POS = ['11%', '37%', '62%', '88%']
2 1
export const ZINDEX = [40, 30, 20, 10]
3 1
export const ITEM = ['c', 'c', 'p', 'p']
4 1
export const INFO = [
5
  { title: 'CertBachelor', content: 'CertContentBachelor' },
6
  { title: 'CertCom', content: 'CertContentComm' },
7
  { title: 'CertSPrize', content: 'CertContentSPrize' },
8
  { title: 'CertFPrize', content: 'CertContentFPrize' }
9
]
10