Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 93256 invoked from network); 19 Apr 2007 19:22:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Apr 2007 19:22:34 -0000 Received: (qmail 62943 invoked by uid 500); 19 Apr 2007 19:22:40 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 62907 invoked by uid 500); 19 Apr 2007 19:22:40 -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 62897 invoked by uid 99); 19 Apr 2007 19:22:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 12:22:40 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ramandhindsa@gmail.com designates 64.233.162.226 as permitted sender) Received: from [64.233.162.226] (HELO nz-out-0506.google.com) (64.233.162.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 12:22:33 -0700 Received: by nz-out-0506.google.com with SMTP id i11so532778nzh for ; Thu, 19 Apr 2007 12:22:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=rHNDdUKHphID5wN2P0GrwBA+gKfgkcyqhvFjw/QVlt9jtxemR0ej0g7XHxPzaocFGog3v+EveGPfL8QaXRFKaCXSERNRlqL/+EEHRA8YSM/q7OTZyWbO6KXWZAlvIp0MKGLTgz/fcqpkVL48mQm/a0jcp4GoXgHP1nUOh9M44hU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=KQPrYyl/QTPXNSx44IXJkNKPDTYlOgXTpCzSHK25DhW6Rehc8h3UBZSVVmADSIf9ssaxGm4HYIbl2R8vXjqa+kH+3/zkdjgFnzrRCyxZJN1xwZmoKYx4oq+qWiNndVMEPDCnR5xsH7wTZoIX6tKND9TzHmrFq3ooDGDNqCuPopA= Received: by 10.114.192.1 with SMTP id p1mr900803waf.1177010532237; Thu, 19 Apr 2007 12:22:12 -0700 (PDT) Received: by 10.114.179.2 with HTTP; Thu, 19 Apr 2007 12:22:12 -0700 (PDT) Message-ID: <836ae9af0704191222t47d6f72ax313eb50301e630fa@mail.gmail.com> Date: Thu, 19 Apr 2007 12:22:12 -0700 From: "Ramandeep Kaur" To: derby-dev@db.apache.org Subject: code coverage for junit tests for svn trunk revision 529822 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_103333_10574134.1177010532190" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_103333_10574134.1177010532190 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I ran code coverage for junit tests for svn trunk revision 529822 with sun jdk142, sun jdk15, and sun jdk16. Code coverage has improved by about 6% for classes, 9% for methods, 6% for blocks, and 6% for lines since last run for svn trunk revision 508283. Here are the code coverage results: OVERALL COVERAGE SUMMARY classes 81% (1040/1282) Methods 64% (13583/21372) Blocks 56% (376021/675405) Lines 55% (77087.9/139559) OVERALL STATS SUMMARY total packages: 79 total executable files: 1202 total classes: 1282 total methods: 21372 total executable lines: 139559 -- Ramandeep Kaur ------=_Part_103333_10574134.1177010532190 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi,
 
I ran code coverage for junit tests for svn trunk revision 529822 with sun jdk142, sun jdk15, and sun jdk16.  Code coverage has improved by about 6% for classes, 9% for methods, 6% for blocks, and 6% for lines since last run for svn trunk revision 508283.
 
Here are the code coverage results:
 
OVERALL COVERAGE SUMMARY
classes 81%  (1040/1282)
Methods 64%  (13583/21372)
Blocks  56%  (376021/675405)
Lines   55%  (77087.9/139559)

OVERALL STATS SUMMARY
total packages: 79
total executable files: 1202
total classes: 1282
total methods: 21372
total executable lines: 139559
--
Ramandeep Kaur

------=_Part_103333_10574134.1177010532190--