Passed
Pull Request — master (#258)
by Dominik
05:19
created

assets/customizerControls.js   A

Complexity

Total Complexity 1
Complexity/F 1

Size

Lines of Code 8
Function Count 1

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 1
eloc 5
dl 0
loc 8
rs 10
c 0
b 0
f 0
mnd 0
bc 0
fnc 1
bpm 0
cpm 1
noi 0

1 Function

Rating   Name   Duplication   Size   Complexity  
A customizerControls.js ➔ importAll 0 3 1
1
import './scripts/publicPath'
2
import './customizerControls.scss'
3
4
function importAll (r) {
5
  r.keys().forEach(r)
6
}
7
8
importAll(require.context('../lib/Customizer/', true, /\/control\.js$/))
9