$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2020-04-13 21:53:28
On Mon, Apr 13, 2020 at 11:38 AM Raffi Enficiaud via Boost
<boost_at_[hidden]> wrote:
> How coverage is calculated is unknown to me
> (and in my case why Boost.Test numbers are so bad).
Part of the reason why numbers are bad is because "branch coverage" is
enabled by default. I believe it should be disabled by default, for
the reasons I described here:
<https://github.com/boostorg/boost-ci/pull/38>
Regards