constructor()
in
test.js [48:51]
4
lines of code
1
McCabe index (conditional complexity)
constructor(props) { super(props); this.state = {count: 1}; }