<div dir="ltr">Hi folks,<div><br></div><div>I'm happy to announce that a new version of Code Coverage is out.</div><div><br></div><div>The big feature in this release is Boolean Coverage (similar to what Haskell Coverage does).</div><div>It basically tracks which variables/selectors/arguments are boolean, and will consider them:</div><div><ul><li>0% covered if they were not used at all</li><li>50% if they have only been assigned/returned to either true or false</li><li>100% covered if they have been assigned/returned true and false</li></ul><div>This is super useful to me, and hope you all find it useful as well.</div></div><div><br></div><div>More details, screenshots, and demos in its readme section at <a href="https://github.com/npapagna/cuis-code-coverage/tree/91a35411b45996338e84a4bc9c69adc606663191#boolean-coverage" target="_blank">https://github.com/npapagna/cuis-code-coverage/tree/91a35411b45996338e84a4bc9c69adc606663191#boolean-coverage</a></div><div><br></div><div>Best,</div><div>Nico PM</div><div><br></div></div>