From 316faf034c25e61e52ea0b6d0f90c3b4df8a2365 Mon Sep 17 00:00:00 2001 From: "Owain G. Ainsworth" Date: Mon, 17 Jun 2013 17:41:37 +0100 Subject: [PATCH] update test coverage stats. --- test_coverage.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_coverage.txt b/test_coverage.txt index 8af5f041..79f63087 100644 --- a/test_coverage.txt +++ b/test_coverage.txt @@ -13,8 +13,8 @@ github.com/conformal/btcec/btcec.go initAll 100.00% (1/1) github.com/conformal/btcec/pubkey.go isOdd 100.00% (1/1) github.com/conformal/btcec/pubkey.go ParsePubKey 96.88% (31/32) github.com/conformal/btcec/btcec.go KoblitzCurve.addJacobian 91.67% (55/60) +github.com/conformal/btcec/signature.go ParseSignature 90.48% (38/42) github.com/conformal/btcec/btcec.go KoblitzCurve.affineFromJacobian 90.00% (9/10) -github.com/conformal/btcec/signature.go ParseSignature 70.73% (29/41) github.com/conformal/btcec/btcec.go KoblitzCurve.Double 0.00% (0/2) -github.com/conformal/btcec ------------------------------- 89.76% (184/205) +github.com/conformal/btcec ------------------------------- 93.69% (193/206)