Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 9 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Coverage | 100% |
Changes | 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 |