export interface IReport {
    extname?: string;
    filePath?: string;
    length: number;
    commentLength: number;
    commentRate: string;
}
