# Broken invariants

- Budget filter: **4.00h**
- Events considered: **96 / 96**
- Unique invariants: **16**

> **Warning — trial run.** This benchmark was executed with fewer than 10 instances per fuzzer and/or a time budget shorter than 24h. Results from trial runs are meant for debugging purposes and are not valid for extracting conclusions across different fuzzers.

## Per-fuzzer totals

| Fuzzer | Invariants |
|---|---:|
| echidna | 15 |
| foundry | 14 |
| medusa | 14 |
| recon-fuzzer | 6 |

## High-level overlap

- Shared by all active fuzzers: **6**
- Exclusive to `echidna`: **1**
- Exclusive to `foundry`: **1**
- Exclusive to `medusa`: **0**
- Exclusive to `recon-fuzzer`: **0**

## Grouped invariants

<details>
<summary>Exclusive to <code>echidna</code> (1)</summary>

- `AssertionFailed`

</details>

<details>
<summary>Exclusive to <code>foundry</code> (1)</summary>

- `testBalanceAtInFuture`

</details>

<details>
<summary>Exclusive to <code>medusa</code> (0)</summary>

_None._

</details>

<details>
<summary>Exclusive to <code>recon-fuzzer</code> (0)</summary>

_None._

</details>

<details>
<summary>Shared by all active fuzzers (6)</summary>

- `assert_canary`
- `invariantWithdrawAllTokensShouldNotRevert`
- `invariant_canary`
- `testReceiveStreamsShouldNotRevert`
- `testSqueezableAmountCantBeUndone`
- `testSqueezableAmountCantBeWithdrawn`

</details>

Top shared subsets (top 2 by size):

<details>
<summary><code>echidna, foundry, medusa</code> (7)</summary>

- `invariantAccountingVsTokenBalance`
- `testSetStreamBalanceShouldNotRevert`
- `testSetStreamBalanceWithdrawAllShouldNotRevert`
- `testSetStreamsShouldNotRevert`
- `testSqueezableVsReceived`
- `testSqueezeWithDefaultHistoryShouldNotRevert`
- `testSqueezeWithFuzzedHistoryShouldNotRevert`

</details>

<details>
<summary><code>echidna, medusa</code> (1)</summary>

- `testAddStreamShouldNotRevert`

</details>
