# GradeReport

Defined in: [src/testing.ts:15](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L15)

How a meaning did against fixtures. Abstentions are counted apart from wrong answers.

## Type Parameters

| Type Parameter |
| -------------- |
| `T`            |

## Properties

| Property             | Modifier   | Type                 | Description                                                             | Defined in                                                                                                                     |
| -------------------- | ---------- | -------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| []()`total`          | `readonly` | `number`             | -                                                                       | [src/testing.ts:16](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L16) |
| []()`decided`        | `readonly` | `number`             | -                                                                       | [src/testing.ts:17](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L17) |
| []()`truePositives`  | `readonly` | `number`             | -                                                                       | [src/testing.ts:18](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L18) |
| []()`trueNegatives`  | `readonly` | `number`             | -                                                                       | [src/testing.ts:19](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L19) |
| []()`falsePositives` | `readonly` | `number`             | -                                                                       | [src/testing.ts:20](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L20) |
| []()`falseNegatives` | `readonly` | `number`             | -                                                                       | [src/testing.ts:21](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L21) |
| []()`abstentions`    | `readonly` | `number`             | -                                                                       | [src/testing.ts:22](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L22) |
| []()`accuracy`       | `readonly` | `number` \| `null`   | Correct decisions over decided fixtures; null when nothing was decided. | [src/testing.ts:24](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L24) |
| []()`coverage`       | `readonly` | `number`             | Decided fixtures over all fixtures.                                     | [src/testing.ts:26](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L26) |
| []()`misjudged`      | `readonly` | readonly `object`\[] | -                                                                       | [src/testing.ts:27](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L27) |
| []()`abstained`      | `readonly` | readonly `object`\[] | -                                                                       | [src/testing.ts:28](https://github.com/jacobgoldfarb/Jevlish/blob/83ccd8c0be5f41962c805f7d42ddf1b1f048de89/src/testing.ts#L28) |