Passed
Push — master ( fa13eb...33d68f )
by Felipe Catão do
01:03
created

LavineWiki/pages/docs.js   A

Complexity

Total Complexity 1
Complexity/F 1

Size

Lines of Code 12
Function Count 1

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

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

1 Function

Rating   Name   Duplication   Size   Complexity  
A docs.js ➔ docs 0 4 1
1
import EngineApp from '../../Framework/engine.js'
2
import blackbox from '../components/blackBox.js'
3
4
let eng = new EngineApp()
0 ignored issues
show
Unused Code introduced by
The variable eng seems to be never used. Consider removing it.
Loading history...
5
6
function docs(){
7
    let eng = new EngineApp()
0 ignored issues
show
Unused Code introduced by
The variable eng seems to be never used. Consider removing it.
Loading history...
8
    blackbox("Lavine Testes","que isso rapaz a lavine é braba!")
9
}
10
11
12
export default docs