constructor()
in
src/stats.ts [108:111]
4
lines of code
1
McCabe index (conditional complexity)
constructor(fileName: string) { this.fileName = fileName; this.read(); }