From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id 9822FBBAF for ; Thu, 25 Nov 2010 09:47:01 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsoBAKmw7UzRVda0kGdsb2JhbACVAo4ACBUBAQEBCQkMBxEDH6MXiWSCGIUKLohWAQEDBYVCBIphhmo X-IronPort-AV: E=Sophos;i="4.59,253,1288566000"; d="scan'208";a="80918886" Received: from mail-iw0-f180.google.com ([209.85.214.180]) by mail2-smtp-roc.national.inria.fr with ESMTP; 25 Nov 2010 09:47:00 +0100 Received: by iwn37 with SMTP id 37so819198iwn.39 for ; Thu, 25 Nov 2010 00:47:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=YCestWWdOoSJ2vrr8u62+HpmaOoAymC68yzg8FbhyZg=; b=g7tTSNvU9HdSXLW/6hXPUNALK0YDwrxvV8w0NvJDnXhyyfDA5Afib5ahpiAJtBvMcR Aur00ORVUHSM1h0Jms1EQXeopSym/sy4Wy1UmHDEnRqNiusOXjj8DDaAdYt3Cmv+VkQF xs3iBOW6Gk+vU+E9Ks1Z+zYaqwIIKNAiAuHeg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=b2VkhJxPavZ745bqicAIQ2guD2d824oz+Y6FiLpIdkA6eqiH+8lDxAr+Zws+zdx0/6 d3+ZCJu66KvpcwmbS1WuPzEOI+UODAG/vUvThpDBw4CUVhqdZVc2VOAf48c3Tw8wqXc/ LrCMa9oA1WQOW8oFIF3FmkjivOe305UTtHzZQ= MIME-Version: 1.0 Received: by 10.231.156.139 with SMTP id x11mr364661ibw.22.1290674820140; Thu, 25 Nov 2010 00:47:00 -0800 (PST) Received: by 10.231.150.210 with HTTP; Thu, 25 Nov 2010 00:47:00 -0800 (PST) Date: Thu, 25 Nov 2010 09:47:00 +0100 Message-ID: Subject: [ANN] MLcov 1.2 From: Thomas Moniot To: caml-list@yquem.inria.fr Content-Type: multipart/alternative; boundary=0050450293412cd0280495dca601 X-Spam: no; 0.00; ocaml:01 esterel:01 subset:01 ocaml:01 compiler:01 esterel:01 subset:01 compiler:01 1.2:98 instrument:98 instrument:98 experimental:01 experimental:01 caml:02 caml:02 --0050450293412cd0280495dca601 Content-Type: text/plain; charset=ISO-8859-1 Hi list, I'm happy to announce a new release of MLcov, a code coverage tool for OCaml programs. The principle is pretty simple: 1. instrument your source code 2. run tests 3. generate HTML reports to analyze the code coverage. More specifically, MLcov allows measuring MC/DC, the criterion used in the DO-178B standard to ensure that safety-critical software is tested adequately. The tool is actually used by Esterel Technologies as a verification tool for the certification of a DO-178B level A code generator written in Objective Caml. It currently works only on a subset of OCaml (core + module language) which is yet sufficient to instrument large programs, like the OCaml compiler for instance. The new version is mainly a port to OCaml 3.12.0, but also adds (experimental) support for labels and optional arguments. More information on the website: http://www.algo-prog.info/mlcov/ Enjoy! -- Thomas Moniot --0050450293412cd0280495dca601 Content-Type: text/html; charset=ISO-8859-1 Hi list,

I'm happy to announce a new release of MLcov, a code coverage tool for OCaml programs.
The principle is pretty simple:
1. instrument your source code
2. run tests
3. generate HTML reports to analyze the code coverage.

More specifically, MLcov allows measuring MC/DC, the criterion used in the
DO-178B standard to ensure that safety-critical software is tested adequately.
The tool is actually used by Esterel Technologies as a verification tool for the
certification of a DO-178B level A code generator written in Objective Caml.

It currently works only on a subset of OCaml (core + module language) which is yet
sufficient to instrument large programs, like the OCaml compiler for instance.
The new version is mainly a port to OCaml 3.12.0, but also adds (experimental)
support for labels and optional arguments.

More information on the website:
http://www.algo-prog.info/mlcov/

Enjoy!

--
Thomas Moniot

--0050450293412cd0280495dca601--