From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1033.google.com (mail-pj1-x1033.google.com [IPv6:2607:f8b0:4864:20::1033]) by sourceware.org (Postfix) with ESMTPS id 748A43858C00 for ; Thu, 4 Aug 2022 09:13:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 748A43858C00 Received: by mail-pj1-x1033.google.com with SMTP id q7-20020a17090a7a8700b001f300db8677so4898737pjf.5 for ; Thu, 04 Aug 2022 02:13:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=uVRsLivFwFXmX5K+O7GNE1/l3H93i09zxvIoLXMbvOs=; b=xy5pHGA7NLDh3ZgFeh+Srtb3aooI32TQe1sK1lzt12CNQMeicM/A6oh2/w+SWrHBUL 7IWqbxG01wPryPpfAb6H1FmOCc5HEYvZl8Yhglz9T01Qy9mhiLJmWcQX5dMIAQKJCbdb gLgWwtRDCYdAIaDtLuDB2iznUVtzQNCG3m1Cln7kHZj3lxO5v/eXITe+Uq8tvbnBpuWz aQWaeSAgNSEKBuitDsa1Ny1gXu5ycgb52Xv8BzzVFHyysGNMxpZ7WoUyPLDe66do9kMG VKruluAgqFD9NIuRaWBwTX62bmZoB6MhMbncYo1PLenXHS93tl5Z3xyaFUXBePUMqt/R BHIw== X-Gm-Message-State: ACgBeo0+1sU3krDmhi3dn3Fn88LEHUyLsAKjdD9DPgTEw+b47WOPYytA DRTFf7HoVbaksnlbhYuMRqmCLYWGK1UwnLEm X-Google-Smtp-Source: AA6agR5YHmhNmzeVCqG9ayMaTSWkwrnaDlA4MPvj7TP6dY4+GpzxmSZdO9c+aydfDlC835SFn+abnQ== X-Received: by 2002:a17:90a:fe10:b0:1f3:1de7:fe1b with SMTP id ck16-20020a17090afe1000b001f31de7fe1bmr9244070pjb.189.1659604434412; Thu, 04 Aug 2022 02:13:54 -0700 (PDT) Received: from [172.16.184.104] ([103.175.111.222]) by smtp.gmail.com with ESMTPSA id x194-20020a6286cb000000b0052abfc4b4a4sm461089pfd.12.2022.08.04.02.13.51 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 04 Aug 2022 02:13:53 -0700 (PDT) Message-ID: <9f2c71d4-d4f9-45a7-2f16-971eecd8950c@woven-planet.global> Date: Thu, 4 Aug 2022 11:13:46 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH] Add condition coverage profiling Content-Language: en-US To: Sebastian Huber , gcc-patches@gcc.gnu.org References: <20220715113938.19068-1-jorgen.kvalsvik@woven-planet.global> <612b05e8-2caf-b406-0964-03272befb650@embedded-brains.de> <371c5653-59a8-6ca5-819b-76ab74e86625@woven-planet.global> <451bb5f5-ed93-b0ae-237c-9b5d893592a7@woven-planet.global> <323c0ecd-b03f-0561-bbeb-9c65df95ef37@embedded-brains.de> From: =?UTF-8?Q?J=c3=b8rgen_Kvalsvik?= In-Reply-To: <323c0ecd-b03f-0561-bbeb-9c65df95ef37@embedded-brains.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2022 09:13:57 -0000 On 04/08/2022 09:43, Sebastian Huber wrote: > On 02/08/2022 09:58, Jørgen Kvalsvik wrote: >> Based on this established terminology I can think of a few good candidates: >> >> condition outcomes covered n/m >> outcomes covered n/m >> >> What do you think? > > Both are fine, but I would prefer "condition outcomes covered n/m". > I'll update the patch. Maybe we should review the other outputs too? Something like: condition N missing outcome (true false)