Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 18016 invoked from network); 7 Feb 2007 00:18:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 00:18:34 -0000 Received: (qmail 84736 invoked by uid 500); 7 Feb 2007 00:18:41 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 84706 invoked by uid 500); 7 Feb 2007 00:18:41 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 84697 invoked by uid 99); 7 Feb 2007 00:18:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 16:18:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of mcintyre.a@gmail.com designates 66.249.92.172 as permitted sender) Received: from [66.249.92.172] (HELO ug-out-1314.google.com) (66.249.92.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Feb 2007 16:18:31 -0800 Received: by ug-out-1314.google.com with SMTP id o2so40989uge for ; Tue, 06 Feb 2007 16:18:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fTWe0pdevZ0nznXkYiZSDacKmxopA1eCgC/RTzOj9xCKk/+aJVEdrRLxM2HYs9O0t1vUF4GX57tK0EQ1Oh3fE7hlQWSjUIluC8+PfkEHendtFYyNTCivk9IrPHXyBMM3Z0lezVJ5jjoDI8++4zRrNMy0omf+8mWyNmSqlUZkwb4= Received: by 10.82.135.13 with SMTP id i13mr76166bud.1170807489657; Tue, 06 Feb 2007 16:18:09 -0800 (PST) Received: by 10.49.93.15 with HTTP; Tue, 6 Feb 2007 16:18:09 -0800 (PST) Message-ID: <54ac72d70702061618g372fd7e6u3db950ded20be747@mail.gmail.com> Date: Tue, 6 Feb 2007 16:18:09 -0800 From: "Andrew McIntyre" To: derby-dev@db.apache.org Subject: Re: code coverage for junit tests with svn trunk revision 503961 In-Reply-To: <836ae9af0702061444o435c0a00wb7f91a71c0ea1d87@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <836ae9af0702061444o435c0a00wb7f91a71c0ea1d87@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 2/6/07, Ramandeep Kaur wrote: > > I ran code coverage for trunk - svn revision no 503961 with the following: > > OS: Windows 2000 > JVMs: sun jdk142, sun jdk15, and sun jdk16 > Suites: derbynet, jdbcapi, store, tools > > Note: I did not run suite "lang" as there is a problem in running lang with > emma. I will post another thread about this problem. > > OVERALL COVERAGE SUMMARY > Classes: 73% (916/1259) > Methods: 53% (11254/21086) > Blocks: 48% (320831/667106) > Lines: 47% (64708.8/137891) > > OVERALL STATS SUMMARY > total packages: 79 > total executable files: 1188 > total classes: 1259 > total methods: 21086 > total executable lines: 137891 These results are now visible at: http://people.apache.org/~fuzzylogic/codecoverage/503961/junit/ andrew