public/js/app.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 5
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 1
Metric Value
cc 0
eloc 3
nc 1
dl 0
loc 5
c 1
b 0
f 1
wmc 0
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 1
1
"use strict";
2
3
const message = require('./utils/message');
4
5
console.log(message + ' using babel.');
0 ignored issues
show
Debugging Code introduced by
console.log looks like debug code. Are you sure you do not want to remove it?
Loading history...
6