constructor()

in src/stats.ts [63:66]


    constructor(sourceFile: string) {
        sourceFile = sourceFile.substring(LCOV.SOURCE_FILE.length + 1)
        this.sourceFile = sourceFile;
    }