# getLowestCoverageStateMachines

**Kind:** Function

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/coverage-calculator.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/coverage-calculator.ts#L376)

Get state machines with lowest coverage

## Signature

```ts
function getLowestCoverageStateMachines(report: CoverageReport, limit): StateMachineCoverage[]
```

## Parameters

| Name | Type |
|---|---|
| `report` | `CoverageReport` |
| `limit` | `any` |

**Returns:** `StateMachineCoverage[]`
