[libdevel-cover-perl] branch master updated (ca25beb -> e70adf8)

gregor herrmann gregoa at debian.org
Sat May 3 13:07:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libdevel-cover-perl.

      from  ca25beb   releasing package libdevel-cover-perl version 1.10-1
      adds  5ab50c9   Imported Upstream version 1.14
       new  feb1480   Merge tag 'upstream/1.14'
       new  ce227ed   New upstream release.
       new  e70adf8   releasing package libdevel-cover-perl version 1.14-1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                                            |  15 +
 Contributors                                       |   4 +
 Cover.xs                                           | 349 +++------
 MANIFEST                                           |  37 +-
 META.json                                          |   2 +-
 META.yml                                           |   2 +-
 Makefile.PL                                        |  57 +-
 bin/cover                                          | 123 +--
 bin/cpancover                                      |  98 +--
 bin/gcov2perl                                      |  48 +-
 debian/changelog                                   |   6 +
 docs/RELEASE                                       |   5 +-
 lib/Devel/Cover.pm                                 | 461 ++++--------
 lib/Devel/Cover/Annotation/Git.pm                  |  47 +-
 lib/Devel/Cover/Annotation/Random.pm               |  28 +-
 lib/Devel/Cover/Annotation/Svk.pm                  |  46 +-
 lib/Devel/Cover/Branch.pm                          |  19 +-
 lib/Devel/Cover/Condition.pm                       |   4 +-
 lib/Devel/Cover/Condition_and_2.pm                 |   4 +-
 lib/Devel/Cover/Condition_and_3.pm                 |   4 +-
 lib/Devel/Cover/Condition_or_2.pm                  |   4 +-
 lib/Devel/Cover/Condition_or_3.pm                  |   4 +-
 lib/Devel/Cover/Condition_xor_4.pm                 |   4 +-
 lib/Devel/Cover/Criterion.pm                       |  10 +-
 lib/Devel/Cover/DB.pm                              | 446 ++++-------
 lib/Devel/Cover/DB/Digests.pm                      |  35 +-
 lib/Devel/Cover/DB/File.pm                         |  22 +-
 lib/Devel/Cover/DB/IO.pm                           |  10 +-
 lib/Devel/Cover/DB/IO/JSON.pm                      |  16 +-
 lib/Devel/Cover/DB/IO/Sereal.pm                    |  13 +-
 lib/Devel/Cover/DB/IO/Storable.pm                  |  15 +-
 lib/Devel/Cover/DB/Structure.pm                    | 151 ++--
 lib/Devel/Cover/Dumper.pm                          |  12 +-
 lib/Devel/Cover/Html_Common.pm                     |   8 +-
 lib/Devel/Cover/Op.pm                              |  51 +-
 lib/Devel/Cover/Pod.pm                             |   7 +-
 lib/Devel/Cover/Report/Compilation.pm              |  52 +-
 lib/Devel/Cover/Report/Html.pm                     |   4 +-
 lib/Devel/Cover/Report/Html_basic.pm               | 151 ++--
 lib/Devel/Cover/Report/Html_minimal.pm             |  58 +-
 lib/Devel/Cover/Report/Html_subtle.pm              |  42 +-
 lib/Devel/Cover/Report/Sort.pm                     |  25 +-
 lib/Devel/Cover/Report/Text.pm                     |  94 +--
 lib/Devel/Cover/Report/Text2.pm                    | 199 +++--
 lib/Devel/Cover/Report/Vim.pm                      |  36 +-
 lib/Devel/Cover/Statement.pm                       |   4 +-
 lib/Devel/Cover/Subroutine.pm                      |   4 +-
 lib/Devel/Cover/Test.pm                            |  10 +-
 lib/Devel/Cover/Time.pm                            |  10 +-
 lib/Devel/Cover/Truth_Table.pm                     |   4 +-
 lib/Devel/Cover/Tutorial.pod                       |  22 +-
 lib/Devel/Cover/Util.pm                            |  20 +-
 lib/Devel/Cover/Web.pm                             |  10 +-
 test_output/cover/bigint.5.008                     |   4 +-
 test_output/cover/bigint.5.008001                  |   4 +-
 test_output/cover/branch_return_sub.5.006001       |  33 +-
 test_output/cover/branch_return_sub.5.008          |  33 +-
 test_output/cover/bug_and.5.008                    |   4 +-
 .../cover/{change.5.010000 => change.5.006001}     |   0
 test_output/cover/cond_and.5.006001                |  98 ++-
 test_output/cover/cond_and.5.008                   |  98 ++-
 test_output/cover/cond_and.5.008001                |  98 ++-
 test_output/cover/cond_and.5.019002                | 121 ---
 test_output/cover/cond_and.5.019004                | 121 ---
 test_output/cover/cond_branch.5.006001             | 806 +++++++++-----------
 test_output/cover/cond_branch.5.008                | 828 ++++++++++-----------
 test_output/cover/cond_branch.5.008001             | 810 +++++++++-----------
 test_output/cover/cond_branch.5.012000             | 812 ++++++++++----------
 test_output/cover/cond_branch.5.014000             | 812 ++++++++++----------
 test_output/cover/cond_branch.5.016000             | 812 ++++++++++----------
 test_output/cover/cond_branch.5.018000             | 812 ++++++++++----------
 test_output/cover/cond_branch.5.019002             | 564 --------------
 test_output/cover/cond_branch.5.019004             | 564 --------------
 test_output/cover/cond_chained.5.006001            |   4 +-
 test_output/cover/cond_chained.5.008001            |   4 +-
 test_output/cover/cond_chained.5.016000            |   4 +-
 test_output/cover/cond_or.5.008                    | 213 +++---
 test_output/cover/cond_or.5.008001                 | 213 +++---
 test_output/cover/cond_or.5.010000                 | 294 ++++----
 test_output/cover/cond_or.5.019002                 | 291 --------
 test_output/cover/cond_or.5.019004                 | 291 --------
 test_output/cover/cond_xor.5.006001                |  32 +-
 test_output/cover/cond_xor.5.008                   |  32 +-
 test_output/cover/cond_xor.5.008001                |  32 +-
 test_output/cover/cop.5.006001                     |   4 +-
 test_output/cover/cop.5.008                        |   4 +-
 test_output/cover/dbm_cond.5.008005                |  70 +-
 test_output/cover/dbm_cond.5.019002                | 113 ---
 test_output/cover/dbm_cond.5.019004                | 113 ---
 test_output/cover/default_param.5.006001           |  23 +-
 test_output/cover/default_param.5.008              |  23 +-
 test_output/cover/default_param.5.008001           |  23 +-
 test_output/cover/default_param.5.014000           |  23 +-
 test_output/cover/deparse.5.006001                 |  17 +-
 test_output/cover/deparse.5.008                    |  17 +-
 test_output/cover/destroy.5.006001                 |  19 +-
 test_output/cover/dynamic_subs.5.006001            | 124 ++-
 test_output/cover/dynamic_subs.5.008               | 128 ++--
 test_output/cover/dynamic_subs.5.008001            | 128 ++--
 test_output/cover/dynamic_subs.5.008002            | 128 ++--
 test_output/cover/dynamic_subs.5.019002            | 128 ----
 test_output/cover/dynamic_subs.5.019004            | 128 ----
 test_output/cover/eval1.5.006001                   |  72 +-
 test_output/cover/eval1.5.008                      |  72 +-
 test_output/cover/eval2.5.006001                   |   4 +-
 test_output/cover/eval2.5.008                      |   4 +-
 test_output/cover/eval3.5.008                      |   4 +-
 test_output/cover/eval_merge.5.006001              |   2 +-
 test_output/cover/eval_merge.5.008                 |   2 +-
 test_output/cover/eval_nested.5.006001             |   4 +-
 test_output/cover/eval_use.t.5.006001              |   2 +-
 test_output/cover/eval_use.t.5.008                 |   2 +-
 test_output/cover/exec.5.006001                    |   4 +-
 test_output/cover/exec_die.5.006001                |  21 +-
 test_output/cover/exec_die.5.019002                |  63 --
 test_output/cover/exec_die.5.019004                |  63 --
 test_output/cover/fork.5.006001                    |  19 +-
 test_output/cover/fork.5.019002                    |  64 --
 test_output/cover/fork.5.019004                    |  64 --
 test_output/cover/if.5.006001                      |  63 +-
 test_output/cover/if.5.008                         |  59 +-
 test_output/cover/if.5.019002                      |  93 ---
 test_output/cover/if.5.019004                      |  93 ---
 test_output/cover/inc_sub.5.006001                 |  54 --
 test_output/cover/inc_sub.5.008                    |  77 --
 test_output/cover/inc_sub.5.010000                 |  57 +-
 test_output/cover/{md5.5.010000 => md5.5.006001}   |   0
 test_output/cover/module1.5.006001                 |  91 +--
 test_output/cover/module1.5.008                    |  93 ++-
 test_output/cover/module1.5.008001                 |  91 +--
 test_output/cover/module1.5.019002                 | 149 ----
 test_output/cover/module1.5.019004                 | 149 ----
 test_output/cover/module2.5.006001                 |  91 +--
 test_output/cover/module2.5.008                    |  93 ++-
 test_output/cover/module2.5.008001                 |  91 +--
 test_output/cover/module2.5.019002                 | 149 ----
 test_output/cover/module2.5.019004                 | 149 ----
 test_output/cover/module_ignore.5.006001           |  18 +-
 test_output/cover/module_ignore.5.008              |  18 +-
 test_output/cover/module_ignore.5.008001           |  18 +-
 test_output/cover/module_ignore.5.019002           |  80 --
 test_output/cover/module_ignore.5.019004           |  80 --
 test_output/cover/module_import.5.006001           |  13 +-
 test_output/cover/module_import.5.008              |  13 +-
 test_output/cover/module_import.5.008001           |  13 +-
 test_output/cover/module_relative.5.008            |  13 +-
 test_output/cover/module_relative.5.008001         |  13 +-
 test_output/cover/moose_cond.5.010000              |   4 +-
 test_output/cover/overload_bool.5.006001           |   4 +-
 test_output/cover/overload_bool2.5.006001          |  22 +-
 test_output/cover/overload_bool2.5.008             |  25 +-
 ...load_bool2.5.008006 => overload_bool2.5.010000} |  25 +-
 test_output/cover/overloaded.5.006001              |   4 +-
 test_output/cover/overloaded.5.008                 |   4 +-
 test_output/cover/padrange.5.006001                |   4 +-
 test_output/cover/pod.5.006001                     |  10 +-
 test_output/cover/pod.5.008                        |  10 +-
 test_output/cover/pod_nocp.5.006001                |   8 +-
 test_output/cover/pod_nocp.5.008                   |   8 +-
 test_output/cover/require.5.008                    |   2 +-
 test_output/cover/skip.5.006001                    |  28 +-
 test_output/cover/sort.5.006001                    | 108 ++-
 test_output/cover/sort.5.008                       | 112 ++-
 test_output/cover/special_blocks.5.006001          |  38 +-
 test_output/cover/special_blocks.5.008             |  40 +-
 test_output/cover/special_blocks.5.008001          |  42 +-
 test_output/cover/special_blocks.5.010000          |  46 +-
 test_output/cover/subs_only.5.006001               |  29 +-
 test_output/cover/t0.5.006001                      |  65 +-
 test_output/cover/t0.5.008                         |  65 +-
 test_output/cover/t0.5.008001                      |  65 +-
 test_output/cover/t0.5.019002                      | 100 ---
 test_output/cover/t0.5.019004                      | 100 ---
 test_output/cover/t1.5.006001                      |  13 +-
 test_output/cover/t1.5.008                         |  13 +-
 test_output/cover/t2.5.006001                      |  58 +-
 test_output/cover/t2.5.008                         |  58 +-
 test_output/cover/t2.5.008001                      |  58 +-
 test_output/cover/t2.5.019002                      |  87 ---
 test_output/cover/t2.5.019004                      |  87 ---
 test_output/cover/uncoverable.5.006001             |  53 +-
 .../cover/{trivial.5.006001 => v-58x.5.006001}     |   8 +-
 test_output/cover/{md5.5.010000 => v-58x.5.008}    |  27 +-
 tests/Module1.pm                                   |  12 +-
 tests/Module2.pm                                   |  12 +-
 tests/Module_import.pm                             |   3 +-
 tests/branch_return_sub                            |   3 +-
 tests/change.t                                     |  15 +-
 tests/cond_and                                     |  16 +-
 tests/cond_branch                                  | 182 ++---
 tests/cond_or                                      |  19 +-
 tests/cond_or.pl                                   |   3 +-
 tests/cond_xor                                     |   6 +-
 tests/dbm_cond                                     |  20 +-
 tests/default_param                                |   3 +-
 tests/deparse                                      |   3 +-
 tests/destroy                                      |   3 +-
 tests/dist/DC-Test-Dist/Makefile.PL                |   3 +-
 tests/dist/DC-Test-Dist/lib/DC/Test/Dist.pm        |  15 +-
 tests/dist/DC-Test-Dist/lib/DC/Test/Dist/M1.pm     |  15 +-
 tests/dynamic_subs                                 |  28 +-
 tests/eval1                                        |  12 +-
 tests/eval_sub.t                                   |   9 +-
 tests/eval_use.t                                   |   9 +-
 tests/exec_die                                     |   7 +-
 tests/fork                                         |   7 +-
 tests/if                                           |  19 +-
 tests/inc_sub                                      |  15 +-
 tests/md5.t                                        |  13 +-
 tests/module1                                      |  13 +-
 tests/module2                                      |  13 +-
 tests/module_ignore                                |  10 +-
 tests/overload_bool2                               |   4 +-
 tests/skip                                         |   6 +-
 tests/sort                                         |  18 +-
 tests/special_blocks                               |  12 +-
 tests/subs_only                                    |  13 +-
 tests/t0                                           |  13 +-
 tests/t1                                           |   3 +-
 tests/t2                                           |  16 +-
 tests/uncoverable                                  |   9 +-
 tests/{trivial => v-58x}                           |   2 +
 utils/Devel/Cover/BuildUtils.pm                    |  25 +-
 utils/all_versions                                 |  74 +-
 utils/cpanmcover                                   |   3 +-
 utils/create_all_gold                              |   1 +
 utils/dc                                           |  14 +
 utils/install/System.pm                            |  30 +-
 utils/makeh                                        |  12 +-
 utils/scanuncov                                    |  13 +-
 230 files changed, 5834 insertions(+), 11708 deletions(-)
 rename test_output/cover/{change.5.010000 => change.5.006001} (100%)
 delete mode 100644 test_output/cover/cond_and.5.019002
 delete mode 100644 test_output/cover/cond_and.5.019004
 delete mode 100644 test_output/cover/cond_branch.5.019002
 delete mode 100644 test_output/cover/cond_branch.5.019004
 delete mode 100644 test_output/cover/cond_or.5.019002
 delete mode 100644 test_output/cover/cond_or.5.019004
 delete mode 100644 test_output/cover/dbm_cond.5.019002
 delete mode 100644 test_output/cover/dbm_cond.5.019004
 delete mode 100644 test_output/cover/dynamic_subs.5.019002
 delete mode 100644 test_output/cover/dynamic_subs.5.019004
 delete mode 100644 test_output/cover/exec_die.5.019002
 delete mode 100644 test_output/cover/exec_die.5.019004
 delete mode 100644 test_output/cover/fork.5.019002
 delete mode 100644 test_output/cover/fork.5.019004
 delete mode 100644 test_output/cover/if.5.019002
 delete mode 100644 test_output/cover/if.5.019004
 delete mode 100644 test_output/cover/inc_sub.5.006001
 delete mode 100644 test_output/cover/inc_sub.5.008
 copy test_output/cover/{md5.5.010000 => md5.5.006001} (100%)
 delete mode 100644 test_output/cover/module1.5.019002
 delete mode 100644 test_output/cover/module1.5.019004
 delete mode 100644 test_output/cover/module2.5.019002
 delete mode 100644 test_output/cover/module2.5.019004
 delete mode 100644 test_output/cover/module_ignore.5.019002
 delete mode 100644 test_output/cover/module_ignore.5.019004
 rename test_output/cover/{overload_bool2.5.008006 => overload_bool2.5.010000} (74%)
 delete mode 100644 test_output/cover/t0.5.019002
 delete mode 100644 test_output/cover/t0.5.019004
 delete mode 100644 test_output/cover/t2.5.019002
 delete mode 100644 test_output/cover/t2.5.019004
 copy test_output/cover/{trivial.5.006001 => v-58x.5.006001} (83%)
 rename test_output/cover/{md5.5.010000 => v-58x.5.008} (70%)
 copy tests/{trivial => v-58x} (95%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-cover-perl.git



More information about the Pkg-perl-cvs-commits mailing list