UNPKG

607 BTypeScriptView Raw
1import { StrykerOptions } from '@stryker-mutator/api/core';
2import { MetricsResult } from 'mutation-testing-metrics';
3/**
4 * Represents a clear text table for mutation score
5 */
6export declare class ClearTextScoreTable {
7 private readonly metricsResult;
8 private readonly columns;
9 constructor(metricsResult: MetricsResult, options: StrykerOptions);
10 private drawBorder;
11 private drawHeader;
12 private drawRow;
13 private drawValues;
14 /**
15 * Returns a string with the score results drawn in a table.
16 */
17 draw(): string;
18}
19//# sourceMappingURL=clear-text-score-table.d.ts.map
\No newline at end of file