# Gutter icons

Cover Plugin provides several icons in the "gutter" area next to methods and classes in the IntelliJ editor panel - click the icon displayed to write, update, or delete tests.

## Action icons

<table><thead><tr><th width="111">Icon</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/TvlDOlnIcdKR55lKCqfr" alt="" data-size="original"></td><td>Displayed next to testable methods or classes in project files. Click the icon to write tests for the method or class.</td></tr><tr><td><img src="/files/E7L0FryvptEORP1o6SUv" alt="" data-size="original"></td><td>Displayed next to test classes and methods in project test files. Click the icon to update or delete tests for the method or class.</td></tr><tr><td><img src="/files/I16Cp5mmPZIY1Hk5j99y" alt="" data-size="original"></td><td>Displayed next to your test methods in project test files. Click the icon to delete a test method.</td></tr></tbody></table>

## Status icons

<table><thead><tr><th width="116">Icon</th><th>Description</th></tr></thead><tbody><tr><td><img src="/files/ClRdEa4AlQifIXmzCfsJ" alt="" data-size="original"></td><td>Indicates that Cover Plugin is unable to create tests for this method, unless the method is refactored to make it more testable. To allow Cover Plugin to write tests for such a method, the class should be extracted as an accessible named class.</td></tr><tr><td><img src="/files/23SPI8Hb509rCdMqxnKo" alt="" data-size="original"></td><td>Indicates that Cover Plugin is unable to create tests that directly call this item, and that this is "by design". For example, Cover Plugin can't write tests for private methods.</td></tr></tbody></table>

## Disable the icons

To disable the icons in IntelliJ:

1. Go to `File -> Settings`.
2. Select `Editor -> General -> Gutter Icons`.
3. In the `Diffblue Cover` section, uncheck the boxes corresponding to the icons you want to disable.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cover-docs-preview.diffblue.com/features/cover-plugin/writing-tests/testability-icons.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
